]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix javascript link in abide docs section 4065/head
authorDrew Butler <abutler3@gmail.com>
Sun, 5 Jan 2014 06:15:42 +0000 (00:15 -0600)
committerDrew Butler <abutler3@gmail.com>
Sun, 5 Jan 2014 06:15:42 +0000 (00:15 -0600)
doc/pages/components/abide.html

index d203faa43ef09ab09a180132f59ef9b7d163c4d7..d6757a70bf10509e5cd436b6fd2da31032c083fb 100644 (file)
@@ -86,8 +86,7 @@ You can bind to these events and fire your own callback:
 ## Using the JavaScript
 
 <div class="panel">
-  {{!-- TODO FIX JAVASCRIPT PATH --}}
-  Before you can use Abide you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [JavaScript documentation](../JavaScript.html) on setting that up.
+  Before you can use Abide you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [JavaScript documentation](../javascript.html) on setting that up.
 </div>
 
 Just add `foundation.abide.js` AFTER the `foundation.js` file. Your markup should look something like this: