aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-30 17:42:33 -0700
committerMark Otto <[email protected]>2013-07-30 17:42:33 -0700
commitaa90811fb01a64f51b976ec1f6e98e21074cc2ee (patch)
tree10f67f7affd146f4c9c23de3013e45f8adf273ee
parenta9830a0babb8cc83fb96310a4849f7711cf9a0e4 (diff)
parent582787342e850360ba4fd350c8876f753532fc4d (diff)
downloadbootstrap-aa90811fb01a64f51b976ec1f6e98e21074cc2ee.tar.xz
bootstrap-aa90811fb01a64f51b976ec1f6e98e21074cc2ee.zip
Merge pull request #13 from hph/master
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>