diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-06-28 18:07:40 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-06-28 18:07:40 -0400 |
commit | 1a21420d9a63db171c7406d0c1aefdcc6513f4d0 (patch) | |
tree | 8a8a8fc03c2400e8413466f3b9e5d9f99d2a5ea8 /index.html | |
parent | 95c275b516e2bec5108a7725c31af190b2c035cf (diff) |
api: new example
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,9 +120,9 @@ <h4>Properties</h4> <p>The swatches are housed in an array called <code>themes</code>, and each swatch has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>css-min</code>, <code>less</code>, and <code>less-variables</code>. <h4>Request</h4> - <p>CORS and JSONP are supported. Send your request to <code>http://jsonp.jit.su/?url=http%3A%2F%2Fbootswatch.com%2Fapi%2Fthemes.json</code></p> + <p>CORS and JSONP are supported. Send your request to <code>http://jsonp.jit.su/?url=http://bootswatch.com/api/themes.json</code></p> <h4>Demo</h4> - <p>A <a target="_blank" href="http://jsbin.com/ekolip/1/edit">simple example</a>, using <a target="_blank" href="https://github.com/janl/mustache.js">mustache.js</a> for templating.</p> + <p>A <a target="_blank" href="http://jsbin.com/abinec/1/edit">simple example</a>, using <a target="_blank" href="https://github.com/janl/mustache.js">mustache.js</a> for templating.</p> <p>Thanks to <a target="_blank" href="http://www.aidanfeldman.com/">Aidan Feldman</a> for <a target="_blank" href="http://jsonp.jit.su/">his JSONP proxy</a>.</p> </div> <div class="modal-footer"> |