diff options
| author | Jacob Thornton <[email protected]> | 2012-01-29 13:15:37 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-29 13:15:37 -0800 |
| commit | 49d565a6da38359a776f83f31a1f1ccd658c88a7 (patch) | |
| tree | efc1f05f3a0b2d6b8cb9ee0633f7933f1c5728ab /docs/templates | |
| parent | 22d52fca46c792c08bd316298c4dd85e52bf531f (diff) | |
| download | bootstrap-49d565a6da38359a776f83f31a1f1ccd658c88a7.tar.xz bootstrap-49d565a6da38359a776f83f31a1f1ccd658c88a7.zip | |
move building zip file into docs/makefile
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 5fa70645a..7a98afa07 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -8,7 +8,7 @@ <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p> <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a> - <a href="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a> + <a href="assets/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a> </p> <div class="benefits"> <h4>{{_i}}Feature highlights{{/i}}</h4> |
