diff options
| author | Mark Otto <[email protected]> | 2013-07-18 14:08:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 14:08:40 -0700 |
| commit | 36188d0884c51c9ef9aece3b2eaaa84ac67d0ff1 (patch) | |
| tree | 45f14d042e4142749ee6aca5ce6839777f2c6ac0 | |
| parent | 63f070096bf2501657f14906e5ac68dff73121b1 (diff) | |
| download | bootstrap-36188d0884c51c9ef9aece3b2eaaa84ac67d0ff1.tar.xz bootstrap-36188d0884c51c9ef9aece3b2eaaa84ac67d0ff1.zip | |
change download button label
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 1c9e804ae..b798f3013 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@ title: Bootstrap <h1>Bootstrap 3</h1> <p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> <p> - <a href="assets/bootstrap.zip" class="btn btn-bs btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0.1']);">Download Bootstrap 3.0.0.1</a> + <a href="assets/bootstrap.zip" class="btn btn-bs btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap 3.0.0 RC1</a> </p> {% include social-buttons.html %} |
