1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fixes broken links to navbar component in docs.

This commit is contained in:
John O'Nolan 2013-06-29 13:21:16 +02:00
parent 2d2828d36c
commit 4252dff850
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ title: Fixed navbar template
<h1>Navbar example</h1> <h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p> <p>
<a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs &raquo;</a> <a class="btn btn-large btn-primary" href="/components/#navbar">View navbar docs &raquo;</a>
</p> </p>
</div> </div>

View file

@ -57,7 +57,7 @@ title: Static navbar template
<h1>Navbar example</h1> <h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p> <p>
<a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs &raquo;</a> <a class="btn btn-large btn-primary" href="/components/#navbar">View navbar docs &raquo;</a>
</p> </p>
</div> </div>

View file

@ -60,7 +60,7 @@ title: Navbar template
<h1>Navbar example</h1> <h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p> <p>
<a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs &raquo;</a> <a class="btn btn-large btn-primary" href="/components/#navbar">View navbar docs &raquo;</a>
</p> </p>
</div> </div>