diff options
| author | Mark <[email protected]> | 2012-03-18 12:44:31 -0600 |
|---|---|---|
| committer | Mark <[email protected]> | 2012-03-18 12:44:31 -0600 |
| commit | 4c0905c5f2cc81df7726de32eb9238e111fb0513 (patch) | |
| tree | a6979c570ea5d535a2e3cb13e43736c42e896de2 /docs | |
| parent | d3873b0fc7818c12ec42a6fcfce344950c19fea5 (diff) | |
| download | bootstrap-4c0905c5f2cc81df7726de32eb9238e111fb0513.tar.xz bootstrap-4c0905c5f2cc81df7726de32eb9238e111fb0513.zip | |
Added URL fix from #2643 - Thanks ctalkington
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index aeddc32d2..ad34f748b 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1115,7 +1115,7 @@ <h3>Component alignment</h3> <p>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.</p> <h3>Adding dropdown menus</h3> - <p>Adding dropdowns and dropups to the nav is super simple, but does require the use of <a href="./javascript.html/#dropdown">our javascript plugin</a>.</p> + <p>Adding dropdowns and dropups to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.</p> <pre class="prettyprint linenums"> <ul class="nav"> <li class="dropdown"> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index b03e52e3e..27bb3d9c7 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1039,7 +1039,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 dropdown menus{{/i}}</h3> - <p>{{_i}}Adding dropdowns and dropups 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 and dropups to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.{{/i}}</p> <pre class="prettyprint linenums"> <ul class="nav"> <li class="dropdown"> |
