aboutsummaryrefslogtreecommitdiff
path: root/docs/scaffolding.html
diff options
context:
space:
mode:
authorMichael Shafrir <[email protected]>2012-02-01 09:58:08 -0800
committerMichael Shafrir <[email protected]>2012-02-01 09:58:08 -0800
commitb96e80cf3933cb5788cc21247e68b5cd2e0cbc94 (patch)
treeb81c6f340a5131720ed3ecafcf350f137855a476 /docs/scaffolding.html
parent7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff)
downloadbootstrap-b96e80cf3933cb5788cc21247e68b5cd2e0cbc94.tar.xz
bootstrap-b96e80cf3933cb5788cc21247e68b5cd2e0cbc94.zip
Fix broken named anchor link for LESS compiling instructions.
Diffstat (limited to 'docs/scaffolding.html')
-rw-r--r--docs/scaffolding.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 7f9c9de66..5dcfc7ca2 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -242,7 +242,7 @@
</div>
<div class="span4">
<h3>How to customize</h3>
- <p>Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the <a href="#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in grid.less.</p>
+ <p>Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the <a href="less.html#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in grid.less.</p>
</div>
<div class="span4">
<h3>Staying responsive</h3>