]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix download page links
authorMark Otto <markotto@twitter.com>
Mon, 30 Jul 2012 22:52:38 +0000 (15:52 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 30 Jul 2012 22:52:38 +0000 (15:52 -0700)
docs/getting-started.html
docs/index.html
docs/templates/pages/getting-started.mustache
docs/templates/pages/index.mustache

index 3cf303d2eb75fe63b019a1721230b8d83cae82fd..c245daba389e04d0d284ae53f13158e86dfb792c 100644 (file)
           </div>
           <p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
           <a class="btn btn-large btn-primary" href="./scaffolding.html" >Visit the Bootstrap docs</a>
-          <a class="btn btn-large" href="./download.html" style="margin-left: 5px;" >Customize Bootstrap</a>
+          <a class="btn btn-large" href="./customize.html" style="margin-left: 5px;" >Customize Bootstrap</a>
         </section>
 
 
index 106dee0e904886e2e0ba9e1cf316556b8a0536e3..91c0cdbc2fd6e6ea7a3cfb49c98f3a8ac301e8f8 100644 (file)
         <div class="span4">
           <img src="assets/img/bs-docs-bootstrap-features.png">
           <h2>Packed with features.</h2>
-          <p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./download.html">web-based Customizer</a> to make Bootstrap your own.</p>
+          <p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
         </div>
       </div>
 
index 852c3add5e7038427f0c337ebe3818596f582c1a..b724b475bb75477aae74251e1da433de95e7c55e 100644 (file)
           </div>
           <p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
           <a class="btn btn-large btn-primary" href="./scaffolding.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Visit docs']);"{{/production}}>Visit the Bootstrap docs</a>
-          <a class="btn btn-large" href="./download.html" style="margin-left: 5px;" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);"{{/production}}>Customize Bootstrap</a>
+          <a class="btn btn-large" href="./customize.html" style="margin-left: 5px;" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);"{{/production}}>Customize Bootstrap</a>
         </section>
 
 
index e18bc9254681b5a3198747ac29bdc0a0499cfd91..c2951cd85cc1f99314009a7aa28d53a8956b42a2 100644 (file)
@@ -53,7 +53,7 @@
         <div class="span4">
           <img src="assets/img/bs-docs-bootstrap-features.png">
           <h2>{{_i}}Packed with features.{{/i}}</h2>
-          <p>{{_i}}A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./download.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
+          <p>{{_i}}A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">javascript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
         </div>
       </div>