diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-06-28 17:39:05 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-06-28 17:39:05 -0400 |
commit | 95c275b516e2bec5108a7725c31af190b2c035cf (patch) | |
tree | 411d447b26bc7b856ecba9b9a9bedf871caedb4e /index.html | |
parent | 71ca1009ccb1c5f7c404868e91c93beefa6e471a (diff) |
API: updated link to use Nodejitsu-hosted proxy
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -120,10 +120,10 @@ <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://simplejsonp.nodester.com/bootswatch/</code></p> + <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> <h4>Demo</h4> - <p>A <a target="_blank" href="http://jsbin.com/epadoh/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://jostylr.tumblr.com/">James Taylor</a> for <a target="_blank" href="https://github.com/jostylr/cors-lite">cors-lite</a>.</p> + <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>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"> <a href="#" class="btn" data-dismiss="modal">Close</a> |