]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes flexbox link on forms page
authorRafiBomb <rafi@zurb.com>
Mon, 2 May 2016 22:54:12 +0000 (15:54 -0700)
committerRafiBomb <rafi@zurb.com>
Mon, 2 May 2016 22:54:12 +0000 (15:54 -0700)
docs/pages/forms.md

index b933706b9fd372412e6922faeb1e08fbadcd9c03..f1b1d2d52b39d9a9d799f85881d2d125e969e04a 100644 (file)
@@ -221,7 +221,7 @@ To attach extra text or controls to the left or right of an input field, wrap th
 - `.input-group-button` on a button. **Place the button inside this wrapper.**
 
 <div class="primary callout">
-  <p>This component supports flexbox mode. <a href="#">Learn how to enable flexbox mode</a>.</p>
+  <p>This component supports flexbox mode. <a href="flexbox.html">Learn how to enable flexbox mode</a>.</p>
 </div>
 
 ```html_example