diff options
| author | Mark Otto <[email protected]> | 2012-12-28 11:10:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-28 11:10:46 -0800 |
| commit | f69d12af3d47b26c0948f207b1fbb876edf0f1b3 (patch) | |
| tree | 4c79bf753fe05b7963712735c5d768a54ac3c8a4 /docs/getting-started.html | |
| parent | 6f8e315b1dd5a478630b365733b49e1765e96283 (diff) | |
| parent | aa997e274e0759e8b3af0e846f38fcbd6ead8a05 (diff) | |
| download | bootstrap-f69d12af3d47b26c0948f207b1fbb876edf0f1b3.tar.xz bootstrap-f69d12af3d47b26c0948f207b1fbb876edf0f1b3.zip | |
Merge pull request #6407 from aurnik/master
Fix link to File structure anchor
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index a26a68c70..c798670f8 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -198,7 +198,7 @@ <div class="page-header"> <h1>4. Basic HTML template</h1> </div> - <p class="lead">With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.</p> + <p class="lead">With a brief intro into the contents out of the way, we can focus on putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="./getting-started.html#file-structure">File structure</a>.</p> <p>Now, here's a look at a <strong>typical HTML file</strong>:</p> <pre class="prettyprint linenums"> <!DOCTYPE html> |
