diff options
| author | Jacob Thornton <[email protected]> | 2012-02-16 20:30:00 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-16 20:30:00 -0800 |
| commit | 6da16a6def486413b1897540aff1f335638ed5e6 (patch) | |
| tree | ef85d4fb2b004f047f6bb660bb59afdea239dacc /docs | |
| parent | e730f8adb562ccb885d48fea6f8f075530ef53d8 (diff) | |
| download | bootstrap-6da16a6def486413b1897540aff1f335638ed5e6.tar.xz bootstrap-6da16a6def486413b1897540aff1f335638ed5e6.zip | |
fix dropdown links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/components.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 0b55e60f0..76c78d141 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -767,14 +767,14 @@ <div class="navbar"> <div class="navbar-inner"> <div class="container"> - + <!-- {{_i}}.btn-navbar is used as the toggle for collapsed navbar content{{/i}} --> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> - + <!-- {{_i}}Be sure to leave the brand out there if you want it shown{{/i}} --> <a class="brand" href="#">{{_i}}Project name{{/i}}</a> @@ -807,7 +807,7 @@ <h3>{{_i}}Component alignment{{/i}}</h3> <p>{{_i}}To align a nav, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.{{/i}}</p> <h3>{{_i}}Adding dropdowns{{/i}}</h3> - <p>{{_i}}Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.{{/i}}</p> + <p>{{_i}}Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdowns">our javascript plugin</a>.{{/i}}</p> <pre class="prettyprint linenums"> <ul class="nav"> <li class="dropdown"> @@ -823,7 +823,7 @@ </li> </ul> </pre> - <p><a class="btn" href="./javascript.html#dropdown">{{_i}}Get the javascript →{{/i}}</a></p> + <p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript →{{/i}}</a></p> </div><!-- /.span --> </div><!-- /.row --> |
