summaryrefslogtreecommitdiff
path: root/cerulean/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-11 11:30:12 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-11 11:30:12 -0500
commit0a30f2dc7883fb3ff7f0f717be2b3fbcfc98d390 (patch)
tree43a71b8a021b7659d9d762bbd55dbb9fe3271018 /cerulean/index.html
parent191af9c0a70dd7df59269dba5e943248ade44fb2 (diff)
Links as relative refs
Diffstat (limited to 'cerulean/index.html')
-rwxr-xr-xcerulean/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/cerulean/index.html b/cerulean/index.html
index 8d79b4ab..4395bd7f 100755
--- a/cerulean/index.html
+++ b/cerulean/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>