From: Aahan Krish Date: Sun, 15 Dec 2013 16:42:41 +0000 (+0530) Subject: Fix broken link to JavaScript Setup doc X-Git-Tag: 5.0.3~79^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3893%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix broken link to JavaScript Setup doc Replaced link 'JavaScript.html' with 'javascript.html' --- diff --git a/doc/pages/components/interchange.html b/doc/pages/components/interchange.html index 577f14630..b9b3a7bea 100644 --- a/doc/pages/components/interchange.html +++ b/doc/pages/components/interchange.html @@ -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: