diff options
| author | Mark Otto <[email protected]> | 2013-09-02 20:20:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-02 20:20:47 -0700 |
| commit | 49373b9b45facc07e6a99223021536c9878dd2b2 (patch) | |
| tree | fd12490980990ca388bba8f354546ddff177962b /getting-started.html | |
| parent | 54b75ffae314f43e5502a81df252246c3fd8056b (diff) | |
| download | bootstrap-49373b9b45facc07e6a99223021536c9878dd2b2.tar.xz bootstrap-49373b9b45facc07e6a99223021536c9878dd2b2.zip | |
fixes #10372: two download buttons on homepage; also fixes broke button styles
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 026a39c35..79252dcca 100644 --- a/getting-started.html +++ b/getting-started.html @@ -22,7 +22,7 @@ base_url: "../" <h3 id="download-additional">Additional downloads</h3> <div class="bs-docs-dl-options"> <h4> - <a href="{{ site.download }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a> + <a href="{{ site.download_source }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a> </h4> <p>Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.</p> <h4> |
