diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-11 11:30:12 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-11 11:30:12 -0500 |
commit | 0a30f2dc7883fb3ff7f0f717be2b3fbcfc98d390 (patch) | |
tree | 43a71b8a021b7659d9d762bbd55dbb9fe3271018 /simplex | |
parent | 191af9c0a70dd7df59269dba5e943248ade44fb2 (diff) |
Links as relative refs
Diffstat (limited to 'simplex')
-rwxr-xr-x | simplex/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/simplex/index.html b/simplex/index.html index a7f529f4..793155c5 100755 --- a/simplex/index.html +++ b/simplex/index.html @@ -47,21 +47,21 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </a> - <a class="brand" target="_top" href="http://bootswatch.com">Bootswatch</a> + <a class="brand" href="../">Bootswatch</a> <div class="nav-collapse"> <ul class="nav"> <li class=""> - <a href="../index.html#swatches">The Swatches</a> + <a href="../#swatches">The Swatches</a> </li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Preview <b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a target="_top" href="http://bootswatch.com/default">Default</a></li> + <li><a href="../default">Default</a></li> <li class="divider"></li> - <li><a target="_top" href="http://bootswatch.com/cerulean">Cerulean</a></li> - <li><a target="_top" href="http://bootswatch.com/simplex">Simplex</a></li> - <li><a target="_top" href="http://bootswatch.com/spacelab">Spacelab</a></li> - <li><a target="_top" href="http://bootswatch.com/united">United</a></li> + <li><a href="../cerulean">Cerulean</a></li> + <li><a href="../simplex">Simplex</a></li> + <li><a href="../spacelab">Spacelab</a></li> + <li><a href="../united">United</a></li> </ul> </li> |