]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix js links in components
authorMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:06:52 +0000 (18:06 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Feb 2012 02:06:52 +0000 (18:06 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index cb03bbba0a7fae59c01edb5da743cacbc11e55fe..435dcbb923be64a7df8a43547dcbcf145c774684 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 0951c23b852251e0bc4250317f333a48824603c9..dac87e52ccc071dd49c69abd57e638d02c058124 100644 (file)
     <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>
 
 &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;
   &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 -->
 
index ab11337df5f8e7a235ecd930ab63e292326c51da..07f55f08d14d667f5c108afe3f507d7a320571ee 100644 (file)
     <div class="span4">
       <h3>{{_i}}Custom jQuery plugin{{/i}}</h3>
       <p>{{_i}}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.{{/i}}</p>
-      <p><a class="btn" href="./javascript.html/#tabs">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
+      <p><a class="btn" href="./javascript.html#tabs">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
     </div>
   </div>
 
 &lt;/ul&gt;
 </pre>
       <h3>{{_i}}Adding dropdowns{{/i}}</h3>
-      <p>{{_i}}Adding dropdowns 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 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">
 &lt;ul class="nav"&gt;
   &lt;li class="dropdown"&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </pre>
-      <p><a class="btn" href="./javascript.html/#dropdown">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
+      <p><a class="btn" href="./javascript.html#dropdown">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
     </div><!-- /.span -->
   </div><!-- /.row -->