aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-04 09:49:18 -0800
committerMark Otto <[email protected]>2012-12-04 09:49:18 -0800
commite31c7fb8a5db119c894cb034dcfc423d7991c1d6 (patch)
tree96aff65f1c8a0811cf4399a922047e375bd8b1b0 /docs
parent0f2a423b8d48eddc9299b0bc4de40a185367556a (diff)
downloadbootstrap-e31c7fb8a5db119c894cb034dcfc423d7991c1d6.tar.xz
bootstrap-e31c7fb8a5db119c894cb034dcfc423d7991c1d6.zip
correct link on index page to grid system
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
-rw-r--r--docs/templates/pages/index.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index f23898392..05786b152 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -133,7 +133,7 @@
<div class="span4">
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
<h2>Packed with features.</h2>
- <p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
+ <p>A 12-column responsive <a href="./scaffolding.html#gridSystem">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
</div>
</div>
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index 9ee966d0f..c46784494 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -62,7 +62,7 @@
<div class="span4">
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
<h2>{{_i}}Packed with features.{{/i}}</h2>
- <p>{{_i}}A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
+ <p>{{_i}}A 12-column responsive <a href="./scaffolding.html#gridSystem">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
</div>
</div>