diff options
| author | Mark Otto <[email protected]> | 2013-08-16 13:30:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 13:30:33 -0700 |
| commit | 3c880e681d49ade20f1b9fcbfb573172d24b3b89 (patch) | |
| tree | 319c63fd5bb0b06621c32a70a14b706e5714eb16 /getting-started.html | |
| parent | 551c561ee2471681c5c7536c2cfe81d15f180cf7 (diff) | |
| download | bootstrap-3c880e681d49ade20f1b9fcbfb573172d24b3b89.tar.xz bootstrap-3c880e681d49ade20f1b9fcbfb573172d24b3b89.zip | |
finish up second pass through docs nav, headings, organization, naming, etc (another run through at #9710)
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html index 0c5c67c25..d19055052 100644 --- a/getting-started.html +++ b/getting-started.html @@ -15,7 +15,7 @@ base_url: "../" </div> <p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p> - <h3>Download latest full source</h3> + <h3 id="download-source">Download latest full source</h3> <p>Until Bootstrap 3.0.0 is finalized, download the latest full source code (includes compiled and minified versions of our CSS and JavaScript under the <code>dist/</code> directory).</p> <p><a class="btn btn-lg btn-primary" href="{{ site.download }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest Bootstrap 3</a></p> <!-- @@ -24,7 +24,7 @@ base_url: "../" <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p> --> - <h3 id="download-options">More download options</h3> + <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> @@ -41,7 +41,7 @@ base_url: "../" {% highlight bash %}$ bower install bootstrap{% endhighlight %} </div> - <h3 id="download-cdn">Use the Bootstrap CDN</h3> + <h3 id="download-cdn">Bootstrap CDN</h3> <p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p> {% highlight html linenos %} <!-- Latest compiled and minified CSS --> |
