Commit 4252dff8 authored by John O'Nolan's avatar John O'Nolan

Fixes broken links to navbar component in docs.

parent 2d2828d3
...@@ -60,7 +60,7 @@ title: Fixed navbar template ...@@ -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>
......
...@@ -57,7 +57,7 @@ title: Static navbar template ...@@ -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>
......
...@@ -60,7 +60,7 @@ title: Navbar template ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment