From a295f9dd7d9c24f5dc1ad7b76a87034d830ecb9b Mon Sep 17 00:00:00 2001 From: Amro Mousa Date: Thu, 19 Dec 2013 14:57:57 -0500 Subject: [PATCH] fix api url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c9a6f..c7ee8c6 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ And implement the `ChimpKitRequestDelegate` protocol: }); } -Calling other API endpoints works similarly. Read the API [documentation](http://www.mailchimp.com/api/2.0) for details. +Calling other API endpoints works similarly. Read the API [documentation](http://apidocs.mailchimp.com/api/2.0/) for details. ###Blocks and delegate methods can be called from a background queue