diff options
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index cd3575ad2..908ccbcc3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -22,9 +22,9 @@ 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 latest source code</a> + <a href="{{ site.download }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a> </h4> - <p>Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.</p> + <p>Get the original files for all CSS and JavaScript by downloading the full release directly from GitHub.</p> <h4> <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a> </h4> |
