diff options
| author | Mark Otto <[email protected]> | 2012-07-12 21:41:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 21:41:07 -0700 |
| commit | f22b06097ab51c7fdfbe715ebb9a408c4c56f04f (patch) | |
| tree | b1d19da4b37e3dd38b775b845a59a97cdb41c633 /docs/getting-started.html | |
| parent | f36060dab5872268456a84aa0479bbacb022b959 (diff) | |
| download | bootstrap-f22b06097ab51c7fdfbe715ebb9a408c4c56f04f.tar.xz bootstrap-f22b06097ab51c7fdfbe715ebb9a408c4c56f04f.zip | |
add download links to getting started
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index eb6358d86..2550b33a4 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -106,12 +106,12 @@ <div class="span4"> <h3>Download compiled</h3> <p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p> - <a class="btn btn-large btn-primary">Download Bootstrap</a> + <p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p> </div> <div class="span4"> <h3>Download source</h3> <p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> - <a class="btn btn-large">Download Bootstrap source</a> + <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p> </div> </div> </section> |
