aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 18:06:52 -0800
committerMark Otto <[email protected]>2012-02-01 18:06:52 -0800
commit4d918beb266e0e451aab100905989d5c5d228ff1 (patch)
tree340f79a090a1c764f14410575cd99d06b22aa441 /docs/components.html
parent2e1649410ce79964b43af275d189f5017dd5014b (diff)
downloadbootstrap-4d918beb266e0e451aab100905989d5c5d228ff1.tar.xz
bootstrap-4d918beb266e0e451aab100905989d5c5d228ff1.zip
fix js links in components
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html
index 0951c23b8..dac87e52c 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -605,7 +605,7 @@
<div class="span4">
<h3>Custom jQuery plugin</h3>
<p>All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.</p>
- <p><a class="btn" href="./javascript.html/#tabs">Get the javascript &rarr;</a></p>
+ <p><a class="btn" href="./javascript.html#tabs">Get the javascript &rarr;</a></p>
</div>
</div>
@@ -865,7 +865,7 @@
&lt;/ul&gt;
</pre>
<h3>Adding dropdowns</h3>
- <p>Adding dropdowns 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 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">
&lt;ul class="nav"&gt;
&lt;li class="dropdown"&gt;
@@ -881,7 +881,7 @@
&lt;/li&gt;
&lt;/ul&gt;
</pre>
- <p><a class="btn" href="./javascript.html/#dropdown">Get the javascript &rarr;</a></p>
+ <p><a class="btn" href="./javascript.html#dropdown">Get the javascript &rarr;</a></p>
</div><!-- /.span -->
</div><!-- /.row -->