From f3000924f8c481ae0583c874bbb06c4bb93950a3 Mon Sep 17 00:00:00 2001 From: Aahan Krish Date: Sun, 15 Dec 2013 22:12:41 +0530 Subject: [PATCH] Fix broken link to JavaScript Setup doc Replaced link 'JavaScript.html' with 'javascript.html' --- doc/pages/components/interchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2