diff options
| author | Jesse Hu <[email protected]> | 2013-08-06 03:00:40 -0400 |
|---|---|---|
| committer | Jesse Hu <[email protected]> | 2013-08-06 03:00:40 -0400 |
| commit | a24319eb44003d5464fd46928d3aab3b296ab81d (patch) | |
| tree | b83419cb0f89fb4b6143ca12a2b05ac0db06d912 | |
| parent | da249b55c41bd062a75b1597a60a5e0234d0f6b3 (diff) | |
| download | bootstrap-a24319eb44003d5464fd46928d3aab3b296ab81d.tar.xz bootstrap-a24319eb44003d5464fd46928d3aab3b296ab81d.zip | |
Added url paths to navbar navbar-static-top and navbar-fixed-top
| -rw-r--r-- | navbar-fixed-top/index.html | 6 | ||||
| -rw-r--r-- | navbar-static-top/index.html | 6 | ||||
| -rw-r--r-- | navbar/index.html | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html index d2928a2d2..5a0e596af 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="/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> + <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> </ul> </div><!--/.nav-collapse --> </div> diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html index 9640898fa..25e9dcec4 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="/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> + <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> </ul> </div><!--/.nav-collapse --> </div> diff --git a/navbar/index.html b/navbar/index.html index 6c8306efc..689a0e35c 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="/navbar/">Default</a></li> - <li><a href="/navbar-static-top/">Static top</a></li> - <li><a href="/navbar-fixed-top/">Fixed top</a></li> + <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> </ul> </div><!--/.nav-collapse --> </div> |
