diff options
| author | Mark Otto <[email protected]> | 2012-01-24 23:45:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 23:45:48 -0800 |
| commit | b0fb31be5eff9cc4d7a1b2aab70643ff4fc82618 (patch) | |
| tree | 5dfba97aff5f2ba84d17498faeb876cf23822960 /docs | |
| parent | ae70d2a8b6db76d0b3a2a2ef4540a270f0f5c257 (diff) | |
| download | bootstrap-b0fb31be5eff9cc4d7a1b2aab70643ff4fc82618.tar.xz bootstrap-b0fb31be5eff9cc4d7a1b2aab70643ff4fc82618.zip | |
fix js link on chop shop
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/less.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/less.html b/docs/less.html index e5e3baa66..55138c71a 100644 --- a/docs/less.html +++ b/docs/less.html @@ -230,7 +230,7 @@ <p class="lead">We've compiled your selected CSS and customized variables and have them ready to download as a tidy ZIP file. Choose from compiled or compiled and minified CSS files.</p> <a class="btn large primary">Download CSS</a> <a class="btn large primary">Download minified CSS</a> <hr> - <p>Looking to customize your javascript? Head over to the <a href="./javascript.html#overview">Javascript plugins page</a> to build your own Bootstrap JS bundle.</p> + <p>Looking to customize your javascript? Head over to the <a href="./javascript.html#javascript">Javascript plugins page</a> to build your own Bootstrap JS bundle.</p> </div><!-- /tab-pane --> </div><!-- /tab-content --> </div><!-- /tabbable --> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index ecb39055b..2633abdf3 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -170,7 +170,7 @@ <p class="lead">We've compiled your selected CSS and customized variables and have them ready to download as a tidy ZIP file. Choose from compiled or compiled and minified CSS files.</p> <a class="btn large primary">Download CSS</a> <a class="btn large primary">Download minified CSS</a> <hr> - <p>Looking to customize your javascript? Head over to the <a href="./javascript.html#overview">Javascript plugins page</a> to build your own Bootstrap JS bundle.</p> + <p>Looking to customize your javascript? Head over to the <a href="./javascript.html#javascript">Javascript plugins page</a> to build your own Bootstrap JS bundle.</p> </div><!-- /tab-pane --> </div><!-- /tab-content --> </div><!-- /tabbable --> |
