aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 22:19:16 -0700
committerMark Otto <[email protected]>2013-08-18 22:19:16 -0700
commit869a163e67c02dd5550ea25291eb6cc7f4f56a77 (patch)
tree3456bd860298dfae942f733682129247a6d43320 /_includes
parent2f2232cc3f1e99cf01e2f4628e2b183623ad18b2 (diff)
downloadbootstrap-869a163e67c02dd5550ea25291eb6cc7f4f56a77.tar.xz
bootstrap-869a163e67c02dd5550ea25291eb6cc7f4f56a77.zip
Fix broken link and wrong label
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav-getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html
index 8285af1bb..243c05fb0 100644
--- a/_includes/nav-getting-started.html
+++ b/_includes/nav-getting-started.html
@@ -1,7 +1,7 @@
<li>
<a href="#download">Download Bootstrap</a>
<ul class="nav">
- <li><a href="#download-source">Download source</a></li>
+ <li><a href="#download-compiled">Compiled CSS, JS, and fonts</a></li>
<li><a href="#download-additional">Additional downloads</a></li>
<li><a href="#download-cdn">Bootstrap CDN</a></li>
</ul>