aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 22:48:00 -0700
committerMark Otto <[email protected]>2013-08-15 22:48:00 -0700
commit031703190c036c5a7ec43959b93ae1a42bae8fb8 (patch)
tree1d2f20670b7cd2f911b7ff2210931e4161dd00cc /examples
parent2fa0975956f646be627aaa4732527f6de5335a2c (diff)
parenta9268c01c9f342d13e687e7a1897b55c525d0076 (diff)
downloadbootstrap-031703190c036c5a7ec43959b93ae1a42bae8fb8.tar.xz
bootstrap-031703190c036c5a7ec43959b93ae1a42bae8fb8.zip
Merge pull request #9670 from saiwang/fix-examples-link
fix links in examples
Diffstat (limited to 'examples')
-rw-r--r--examples/navbar-fixed-top/index.html8
-rw-r--r--examples/navbar-static-top/index.html8
-rw-r--r--examples/navbar/index.html8
3 files changed, 12 insertions, 12 deletions
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 9bc75b5f2..3943ad247 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -47,9 +47,9 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
- <li><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
- <li><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
- <li class="active"><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">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="./">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -62,7 +62,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="http://getbootstrap.com/components/#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/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index 1a49c8229..1b034f4c3 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -47,9 +47,9 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
- <li><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
- <li class="active"><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
- <li><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
+ <li><a href="../navbar/">Default</a></li>
+ <li class="active"><a href="./">Static top</a></li>
+ <li><a href="../navbar-fixed-top/">Fixed top</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -63,7 +63,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="http://getbootstrap.com/components/#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/examples/navbar/index.html b/examples/navbar/index.html
index e89c83113..ab626126c 100644
--- a/examples/navbar/index.html
+++ b/examples/navbar/index.html
@@ -49,9 +49,9 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
- <li class="active"><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
- <li><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
- <li><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
+ <li class="active"><a href="./">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>
@@ -62,7 +62,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="http://getbootstrap.com/components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
</p>
</div>