aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien <[email protected]>2013-04-02 13:22:31 +0200
committerFabien <[email protected]>2013-04-02 13:22:31 +0200
commit9ecc43d21a7c26ad799e9c2dfd8149e1d8d50851 (patch)
tree948f9e500086def4f24bdd59f8b8509c9bf55610
parent7e31bea11410f9c1838aeabcb97ad802b69b658c (diff)
downloadbootstrap-9ecc43d21a7c26ad799e9c2dfd8149e1d8d50851.tar.xz
bootstrap-9ecc43d21a7c26ad799e9c2dfd8149e1d8d50851.zip
Fix link to navbar doc
-rw-r--r--docs/examples/navbar-fixed-top.html2
-rw-r--r--docs/examples/navbar-static-top.html2
-rw-r--r--docs/examples/navbar.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/navbar-fixed-top.html b/docs/examples/navbar-fixed-top.html
index e1f1c882a..06ed424c2 100644
--- a/docs/examples/navbar-fixed-top.html
+++ b/docs/examples/navbar-fixed-top.html
@@ -60,7 +60,7 @@ title: Fixed navbar template
<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>
- <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/docs/examples/navbar-static-top.html b/docs/examples/navbar-static-top.html
index 2679a670b..9a234114f 100644
--- a/docs/examples/navbar-static-top.html
+++ b/docs/examples/navbar-static-top.html
@@ -57,7 +57,7 @@ title: Static navbar template
<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>
- <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html
index 6cba51dc5..5b5ffb77b 100644
--- a/docs/examples/navbar.html
+++ b/docs/examples/navbar.html
@@ -60,7 +60,7 @@ title: Navbar template
<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>
- <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="../../docs/#navbar">View navbar docs &raquo;</a>
</p>
</div>