diff options
| author | eirikb <[email protected]> | 2012-02-01 19:44:33 +0100 |
|---|---|---|
| committer | eirikb <[email protected]> | 2012-02-01 19:44:33 +0100 |
| commit | 12ed7a2b33a7a76ec29081c52cd9fc0814c9df9a (patch) | |
| tree | 39e679735a9a3ba07a769032aa6bc2e657623753 /docs | |
| parent | 981cbfb4fa6d22b13aff08fc5820481ab1e613c6 (diff) | |
| download | bootstrap-12ed7a2b33a7a76ec29081c52cd9fc0814c9df9a.tar.xz bootstrap-12ed7a2b33a7a76ec29081c52cd9fc0814c9df9a.zip | |
Removed / from 'Get the javascript' in components.mustache
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index ab11337df..c251ed04b 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -529,7 +529,7 @@ <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 →{{/i}}</a></p> + <p><a class="btn" href="./javascript.html#tabs">{{_i}}Get the javascript →{{/i}}</a></p> </div> </div> |
