diff options
-rw-r--r-- | help/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help/index.html b/help/index.html index 74e89776..3061fbb2 100644 --- a/help/index.html +++ b/help/index.html @@ -128,8 +128,8 @@ <div class="row"> <div class="col-lg-12"> <h1 id="api">API</h1> - <p>You can use the API to integrate the themes with your platform. Send your request to:</p> - <p><a href="http://api.bootswatch.com/3/">http://api.bootswatch.com/3/</a></p> + <p>You can use the API to integrate the themes with your platform. Get:</p> + <p><a href="https://bootswatch.com/api/3.json">https://bootswatch.com/api/3.json</a></p> <p>This returns an object with a <code>version</code> and a <code>themes</code> property. <code>themes</code> is an array with the following properties:</p> <ul> <li><code>name</code></li> @@ -142,7 +142,7 @@ <li><code>less</code></li> <li><code>lessVariables</code></li> </ul> - <p>Here's a <a href="http://jsbin.com/rabij/1/edit?html,js,output">demo</a> of the API in action.</p> + <p>Here's a <a href="http://jsbin.com/momonupayu/1/edit?html,js,output">demo</a> of the API in action.</p> </div> </div> |