From 5cb0d646865b0d92d38f695833c2ffd53323c6dd Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Thu, 18 Jul 2013 13:51:08 -0700 Subject: [PATCH] relative url --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f9abb75f89..1c9e804ae8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ title: Bootstrap <div class="bs-old-docs"> <div class="container"> <strong> - <a href="http://getbootstrap.com/2.3.2/">Looking for Bootstrap 2.3.2 docs?</a> + <a href="/2.3.2/">Looking for Bootstrap 2.3.2 docs?</a> </strong> We've moved it to a new home while we push forward with Bootstrap 3. <a href="http://blog.getbootstrap.com/">Read the blog post</a> for details. </div> -- GitLab