]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broken link and wrong label
authorMark Otto <otto@github.com>
Mon, 19 Aug 2013 05:19:16 +0000 (22:19 -0700)
committerMark Otto <otto@github.com>
Mon, 19 Aug 2013 05:19:16 +0000 (22:19 -0700)
_includes/nav-getting-started.html
getting-started.html

index 8285af1bbafd5c3472bfd41c7c968b7d281e0b64..243c05fb05175f064bfd34a90076761946351d75 100644 (file)
@@ -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>
index f44a5580154ec64f04aa97c521b8b6b7f7d22a9c..26cc1e55761bd85eb5b38846090aa0c2b326e5a3 100644 (file)
@@ -15,8 +15,8 @@ base_url: "../"
     </div>
     <p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>
 
-    <h3>Download compiled CSS and JS</h3>
-    <p class="lead">The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.</p>
+    <h3 id="download-compiled">Compiled CSS, JS, and fonts</h3>
+    <p class="lead">The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.</p>
     <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p>
 
     <h3 id="download-additional">Additional downloads</h3>