]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix link to File structure anchor 6407/head
authorAurnik Islam <anislam@ucsd.edu>
Thu, 27 Dec 2012 09:49:09 +0000 (01:49 -0800)
committerAurnik Islam <anislam@ucsd.edu>
Thu, 27 Dec 2012 09:49:09 +0000 (01:49 -0800)
docs/getting-started.html
docs/templates/pages/getting-started.mustache

index cc6e0b71ceb522cb4ecb5635ac051e2ebb4eddd6..17406e1232ebf0dd84f2e3b58c4f924e4469e874 100644 (file)
           <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;
index 2eec7ff7699a5fda90984051fdbf483d945d6dba..c7666c1fed4976547f16c39f91cdfa21f4d3966f 100644 (file)
           <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">
 &lt;!DOCTYPE html&gt;