]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix broken link to JavaScript Setup doc 3893/head
authorAahan Krish <krish@aahan.me>
Sun, 15 Dec 2013 16:42:41 +0000 (22:12 +0530)
committerAahan Krish <krish@aahan.me>
Sun, 15 Dec 2013 16:42:41 +0000 (22:12 +0530)
Replaced link 'JavaScript.html' with 'javascript.html'

doc/pages/components/interchange.html

index 577f1463042cbdf7a7438fd4b09415dcc4975377..b9b3a7bea00b96d388d663e9ba68137a83c6668d 100644 (file)
@@ -107,7 +107,7 @@ If you add new content after the page has been loaded, you will need to trigger
 ### Using the JavaScript
 
 
-Before you can use Interchange 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 Interchange 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.
 
 
 Just add `foundation.interchange.js` AFTER the `foundation.js` file. Your markup should look something like this: