diff options
| author | Aurnik Islam <[email protected]> | 2012-12-27 01:49:09 -0800 |
|---|---|---|
| committer | Aurnik Islam <[email protected]> | 2012-12-27 01:49:09 -0800 |
| commit | aa997e274e0759e8b3af0e846f38fcbd6ead8a05 (patch) | |
| tree | e95daeb5d3bca89b23564b4264a803df597f80fd /docs/templates | |
| parent | 558bc52432840ea1b2f413438427164288f10350 (diff) | |
| download | bootstrap-aa997e274e0759e8b3af0e846f38fcbd6ead8a05.tar.xz bootstrap-aa997e274e0759e8b3af0e846f38fcbd6ead8a05.zip | |
Fix link to File structure anchor
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 2eec7ff76..c7666c1fe 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -127,7 +127,7 @@ <div class="page-header"> <h1>{{_i}}4. Basic HTML template{{/i}}</h1> </div> - <p class="lead">{{_i}}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>.{{/i}}</p> + <p class="lead">{{_i}}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>.{{/i}}</p> <p>{{_i}}Now, here's a look at a <strong>typical HTML file</strong>:{{/i}}</p> <pre class="prettyprint linenums"> <!DOCTYPE html> |
