aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn O'Nolan <[email protected]>2013-06-29 13:21:16 +0200
committerJohn O'Nolan <[email protected]>2013-06-29 13:21:16 +0200
commit4252dff850e72269ea74aa86d63a880247ff22b3 (patch)
tree250326e9a91dd1223e9ebc5edf98324d696b9e86
parent2d2828d36ccaca2f6db42352d59ab4906a7439f6 (diff)
downloadbootstrap-4252dff850e72269ea74aa86d63a880247ff22b3.tar.xz
bootstrap-4252dff850e72269ea74aa86d63a880247ff22b3.zip
Fixes broken links to navbar component in docs.
-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 2f73f08e4..425ff418f 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="../../docs/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="/components/#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 f22746900..c32d2134a 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="../../docs/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="/components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/docs/examples/navbar.html b/docs/examples/navbar.html
index f8b25482e..09dba0f23 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="../../docs/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="/components/#navbar">View navbar docs &raquo;</a>
</p>
</div>