diff --git a/docs/components.html b/docs/components.html
index 0ccbf512e6a6cb9ae9a331f2c62c34a033b57cb9..387fe4b79bac31fe45600af2a38a49066a923819 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;
@@ -878,10 +878,10 @@
     &lt;ul class="dropdown-menu"&gt;
       ...
     &lt;/ul&gt;
-  &lt;/li&gt;
+  &lt;/li&gt;javascript.html/
 &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 -->