diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-10-14 16:14:06 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-10-14 16:14:06 -0400 |
commit | 2606e1460c4b9b9e1bb585381f906b98aa941d2b (patch) | |
tree | 1e3e6930100f5bdedd4c7dd64293eb1cea916f1a /help | |
parent | 8ac165c0f3b4779f53d2495b82e063c1b831e7a4 (diff) |
update api path and demo
Diffstat (limited to 'help')
-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> |