From 040bec00183663efa0d4684210b56f892ed0cb90 Mon Sep 17 00:00:00 2001 From: Tom Gladhill Date: Sat, 20 Mar 2021 15:44:20 -0700 Subject: [PATCH] Fix broken links in README The v3 API documentation has moved to a new location on the web. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9258df4..78b22fe 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ client = Convertkit::Client.new ## Usage -Calls for Convertkit API v3 are relative to the url [http://api.convertkit.com/v3](http://api.convertkit.com/v3). +Calls for Convertkit API v3 are relative to the url [https://api.convertkit.com/v3](https://api.convertkit.com/v3). API actions are available as methods on the client object. Currently, the Convertkit client has the following methods: @@ -57,7 +57,7 @@ API actions are available as methods on the client object. Currently, the Conver **Note:** We do not have complete API coverage yet. If we are missing an API method that you need to use in your application, please file an issue and/or open a pull request. -[See the official API documentation](http://kb.convertkit.com/article/api-documentation-v3/) for a complete API reference. +[See the official API documentation](https://developers.convertkit.com/) for a complete API reference. ## Use Cases