diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 9bc75b5f22c21d100731edd1691cd3cee7916abb..3943ad24728477dc349b41387b7ebd5ca88477b8 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 »</a> + <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> </p> </div> diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 1a49c82295ee8da41772fef63787983f9131c601..1b034f4c3e3e217d59e49fb32a6a3a3e4a385df8 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 »</a> + <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> </p> </div> diff --git a/examples/navbar/index.html b/examples/navbar/index.html index e89c831133982c819307876e586ee49c9781873b..ab626126cea3d16d35ae71c5f99886b72964a971 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 »</a> + <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> </p> </div>