summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index f83bb821..d0cf4240 100644
--- a/index.html
+++ b/index.html
@@ -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>