diff options
| author | eirikb <[email protected]> | 2012-02-01 19:40:10 +0100 |
|---|---|---|
| committer | eirikb <[email protected]> | 2012-02-01 19:40:10 +0100 |
| commit | 981cbfb4fa6d22b13aff08fc5820481ab1e613c6 (patch) | |
| tree | 865e7b9725d248bdd3337f48ee3f76e6136760d4 | |
| parent | 7f32d15fbb096fdf3146997f10cc91dbbd4589fc (diff) | |
| download | bootstrap-981cbfb4fa6d22b13aff08fc5820481ab1e613c6.tar.xz bootstrap-981cbfb4fa6d22b13aff08fc5820481ab1e613c6.zip | |
Removed extra / from 'Get the javascript'-link in components.html
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 0ccbf512e..526839729 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 →</a></p> + <p><a class="btn" href="./javascript.html#tabs">Get the javascript →</a></p> </div> </div> |
