1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 23:36:47 +02:00

fix download page links

This commit is contained in:
Mark Otto
2012-07-30 15:52:38 -07:00
parent 364dbb7931
commit 0e62011da0
4 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@
</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>