diff options
| author | Mark Otto <[email protected]> | 2012-12-04 09:49:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-04 09:49:18 -0800 |
| commit | e31c7fb8a5db119c894cb034dcfc423d7991c1d6 (patch) | |
| tree | 96aff65f1c8a0811cf4399a922047e375bd8b1b0 /docs/index.html | |
| parent | 0f2a423b8d48eddc9299b0bc4de40a185367556a (diff) | |
| download | bootstrap-e31c7fb8a5db119c894cb034dcfc423d7991c1d6.tar.xz bootstrap-e31c7fb8a5db119c894cb034dcfc423d7991c1d6.zip | |
correct link on index page to grid system
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 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> |
