]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update Advanced options link 8379/head
authorLynda <contact@ubhape2.com>
Thu, 10 Mar 2016 01:18:04 +0000 (18:18 -0700)
committerLynda <contact@ubhape2.com>
Thu, 10 Mar 2016 01:18:04 +0000 (18:18 -0700)
The link to the advanced section of the page that was in the callout didn't link to anything. This updates the link to the correct id.

docs/pages/reveal.md

index a8c14ff4b98d360310e25a93843ffb0a5dd4b52b..aa9db1de4f65f16d2eaf4b6feed16dd24f8dede5 100644 (file)
@@ -13,7 +13,7 @@ tags:
 A modal is just an empty container, so you can put any kind of content inside it, from text to forms to video to an entire grid.
 
 <div class="callout primary">
-  <p>Please note that we removed the option for AJAX loaded modals in Foundation 6. We did make it very easy to implement on your own though, check out a sample in the <span><a href="#advanced">Advanced</a></span> section.</p>
+  <p>Please note that we removed the option for AJAX loaded modals in Foundation 6. We did make it very easy to implement on your own though, check out a sample in the <span><a href="#advanced-options">Advanced</a></span> section.</p>
 </div>
 
 To create a modal, add the class `.reveal`, the attribute `data-reveal`, and a unique ID to a container.