diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-06-29 17:49:18 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-06-29 17:49:18 -0400 |
commit | 376a830e8f19724215e4d0e7b61c4fc7be668dd6 (patch) | |
tree | d6adce1ec9910e2f90000c7de186f2e8778bab00 /index.html | |
parent | 2ce79398b4de37e1474d8c864f97db26dbf41b2b (diff) |
index: fix link to jostylr
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,7 +102,7 @@ <div class="span4"> <img class="glyph" src="img/glyphicons_265_electrical_plug.png"> <h3>Get Plugged In</h3> - <p>An <a data-toggle="modal" href="#modal-api">API</a> is available for integrating your platform with Bootswatch.</p> + <p>An <a data-toggle="modal" href="#api">API</a> is available for integrating your platform with Bootswatch.</p> </div> <div class="span4"> <img class="glyph" src="img/glyphicons_032_wifi_alt.png"> @@ -111,7 +111,7 @@ </div> </div> - <div class="modal hide fade" id="modal-api"> + <div class="modal hide fade" id="api"> <div class="modal-header"> <a class="close" data-dismiss="modal">×</a> <h3>API</h3> @@ -124,7 +124,7 @@ <h4>Demo</h4> <p>A <a target="_blank" href="http://jsbin.com/asowud/1/edit">simple example</a>, using <a target="_blank" href="https://github.com/janl/mustache.js">mustache.js</a> for templating.</p> <h4>Credits</h4> - <p>Thanks to <a target="_blank" href="http://www.jostylr.com/">James Taylor</a> for <a target="_blank" href="https://github.com/jostylr/cors-lite">cors-lite</a>.</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> </div> <div class="modal-footer"> <a href="#" class="btn" data-dismiss="modal">Close</a> |