aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-07 08:25:42 -0700
committerMark Otto <[email protected]>2013-08-07 08:25:42 -0700
commit554a476546bc2206a1b14b9024241bf87cde3c5b (patch)
treee49267ce5898ba45b8f07710bda6edeb6de6f9ae
parent03258683ed73b84ab51448dc8c52e292fee8104a (diff)
parent50d5a6d17a3b1289f36333a06d0b3789dbc41683 (diff)
downloadbootstrap-554a476546bc2206a1b14b9024241bf87cde3c5b.tar.xz
bootstrap-554a476546bc2206a1b14b9024241bf87cde3c5b.zip
Merge pull request #9191 from ggam/patch-10
Fixed link to JavaScript buttons plugin
-rw-r--r--components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html
index b09431625..9a6d16f43 100644
--- a/components.html
+++ b/components.html
@@ -102,7 +102,7 @@ base_url: "../"
<div class="page-header">
<h1 id="btn-groups">Button groups</h1>
</div>
- <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#js-buttons">our buttons plugin</a>.</p>
+ <p class="lead">Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with <a href="../javascript/#buttons">our buttons plugin</a>.</p>
<div class="bs-callout bs-callout-info">
<h4>Tooltips &amp; popovers in button groups require special setting</h4>