]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix internal link on grid page 10144/head
authorAndrew France <andrew@avito.uk>
Tue, 6 Jun 2017 14:11:27 +0000 (16:11 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2017 14:11:27 +0000 (16:11 +0200)
docs/pages/grid.md

index 453fc29ba95f36099979bf50a170a672da891463..c9b260a5bf19a545755a5c420a98610cef16fc34 100644 (file)
@@ -20,7 +20,7 @@ Start by adding an element with a class of `.row`. This will create a horizontal
 </p>
 
 <div class="primary callout">
-  <p>By default `.column` has an alias `.columns` (see the <a href="http://localhost:3000/grid.html#sass-reference">`$grid-column-alias` option</a>) &mdash;the only difference is grammar.</p>
+  <p>By default `.column` has an alias `.columns` (see the <a href="#sass-reference">`$grid-column-alias` option</a>) &mdash;the only difference is grammar.</p>
   <p>Disabling the alias can reduce the Foundation CSS file size from 3 to 5%. It is recommended if the alias is not used.</p>
 </div>