diff options
| author | Mark Otto <[email protected]> | 2013-03-30 13:12:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 13:12:03 -0700 |
| commit | e9dd1826be4e41c2464c95d9fbf62c8fd311b689 (patch) | |
| tree | 6771c4840ea4a10aed22cec955aeb5de54a87b1d /docs | |
| parent | 9336a827c6396c2142be8de38615cd4d14c6685e (diff) | |
| download | bootstrap-e9dd1826be4e41c2464c95d9fbf62c8fd311b689.tar.xz bootstrap-e9dd1826be4e41c2464c95d9fbf62c8fd311b689.zip | |
fix brok btn-dropdowns links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html index 9fd120562..7e3395481 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -2802,7 +2802,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <p class="lead">Use any button to trigger a dropdown menu by placing it within a <code>.btn-group</code> and providing the proper menu markup. Requires the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a>.</p> - <h3 id="btn-dropdown-single">Single button dropdowns</h3> + <h3 id="btn-dropdowns-single">Single button dropdowns</h3> <p>Turn a button into dropdown toggle with some basic markup changes.</p> <div class="bs-docs-example"> <div class="btn-toolbar" style="margin-bottom: 10px;"> @@ -2874,7 +2874,7 @@ For example, <code><section></code> should be wrapped as inline. </div> {% endhighlight %} - <h3 id="btn-dropdown-split">Split button dropdowns</h3> + <h3 id="btn-dropdowns-split">Split button dropdowns</h3> <p>Similarly, create split button dropdowns with the same markup changes, only with a separate button.</p> <div class="bs-docs-example"> <div class="btn-toolbar" style="margin: 0;"> |
