]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed broken link 5353/head
authorCraig Patik <craig@patik.com>
Sun, 22 Jun 2014 18:17:20 +0000 (14:17 -0400)
committerCraig Patik <craig@patik.com>
Sun, 22 Jun 2014 18:17:20 +0000 (14:17 -0400)
This is broken on the [published docs](http://foundation.zurb.com/docs/components/reveal.html) as well (under the section "Using the JavaScript").

doc/pages/components/reveal.html

index 94b5cb73bf92dbaf94ecca91a9173dbf0dd56982..a74aea3d09f58912e17f9fa25772cdb5054a300c 100644 (file)
@@ -214,7 +214,7 @@ $(document).on('closed.fndtn.reveal', '[data-reveal]', function () {
 <h2>Using the Javascript</h2>
 
 <div class="panel">
-  Before you can use Reveal you'll want to verify that jQuery and `foundation.min.js` are available on your page. You can refer to the [Javascript documentation](../Javascript.html) on setting that up.
+  Before you can use Reveal you'll want to verify that jQuery and `foundation.min.js` are available on your page. You can refer to the [Javascript documentation](../javascript.html) on setting that up.
 </div>
 
 <p>If you are not using foundation.min.js and individually adding plugins, include `foundation.reveal.js` AFTER the `foundation.js` file. Your markup should look something like this:</p>