aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorAurnik Islam <[email protected]>2012-12-27 01:49:09 -0800
committerAurnik Islam <[email protected]>2012-12-27 01:49:09 -0800
commitaa997e274e0759e8b3af0e846f38fcbd6ead8a05 (patch)
treee95daeb5d3bca89b23564b4264a803df597f80fd /docs/getting-started.html
parent558bc52432840ea1b2f413438427164288f10350 (diff)
downloadbootstrap-aa997e274e0759e8b3af0e846f38fcbd6ead8a05.tar.xz
bootstrap-aa997e274e0759e8b3af0e846f38fcbd6ead8a05.zip
Fix link to File structure anchor
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index cc6e0b71c..17406e123 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">
&lt;!DOCTYPE html&gt;