aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaukur Páll Hallvarðsson <[email protected]>2013-07-28 15:37:53 +0000
committerHaukur Páll Hallvarðsson <[email protected]>2013-07-28 15:37:53 +0000
commit582787342e850360ba4fd350c8876f753532fc4d (patch)
tree452db182ae1e72a479b8bfda896802acff21a99b
parent2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff)
downloadbootstrap-582787342e850360ba4fd350c8876f753532fc4d.tar.xz
bootstrap-582787342e850360ba4fd350c8876f753532fc4d.zip
Fix relative links to examples and links to docs
-rw-r--r--navbar-fixed-top/index.html8
-rw-r--r--navbar-static-top/index.html10
-rw-r--r--navbar/index.html10
3 files changed, 14 insertions, 14 deletions
diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html
index 98f1ee46b..952e341b4 100644
--- a/navbar-fixed-top/index.html
+++ b/navbar-fixed-top/index.html
@@ -45,9 +45,9 @@
</li>
</ul>
<ul class="nav navbar-nav pull-right">
- <li><a href="/examples/navbar/">Default</a></li>
- <li><a href="/examples/navbar-static-top/">Static top</a></li>
- <li class="active"><a href="/examples/navbar-fixed-top/">Fixed top</a></li>
+ <li><a href="/navbar/">Default</a></li>
+ <li><a href="/navbar-static-top/">Static top</a></li>
+ <li class="active"><a href="/navbar-fixed-top/">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -60,7 +60,7 @@
<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="http://getbootstrap.com/components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html
index dde3899a1..82dcb01f5 100644
--- a/navbar-static-top/index.html
+++ b/navbar-static-top/index.html
@@ -45,9 +45,9 @@
</li>
</ul>
<ul class="nav navbar-nav pull-right">
- <li><a href="/examples/navbar/">Default</a></li>
- <li class="active"><a href="/examples/navbar-static-top/">Static top</a></li>
- <li><a href="/examples/navbar-fixed-top/">Fixed top</a></li>
+ <li><a href="/navbar/">Default</a></li>
+ <li class="active"><a href="/navbar-static-top/">Static top</a></li>
+ <li><a href="/navbar-fixed-top/">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -61,11 +61,11 @@
<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="http://getbootstrap.com/components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
</div> <!-- /container -->
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/navbar/index.html b/navbar/index.html
index 0f9586efb..bd369fd49 100644
--- a/navbar/index.html
+++ b/navbar/index.html
@@ -47,9 +47,9 @@
</li>
</ul>
<ul class="nav navbar-nav pull-right">
- <li class="active"><a href="/examples/navbar/">Default</a></li>
- <li><a href="/examples/navbar-static-top/">Static top</a></li>
- <li><a href="/examples/navbar-fixed-top/">Fixed top</a></li>
+ <li class="active"><a href="/navbar/">Default</a></li>
+ <li><a href="/navbar-static-top/">Static top</a></li>
+ <li><a href="/navbar-fixed-top/">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -60,11 +60,11 @@
<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="http://getbootstrap.com/components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
</div> <!-- /container -->
</body>
-</html> \ No newline at end of file
+</html>