From 4a7e8c53a0ad64f5feeb49e189868e8998998b4c Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 28 Nov 2011 15:52:14 +0000
Subject: [PATCH] Speed up redirect

---
 opendj3/src/main/resources/docs-redirect/index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj3/src/main/resources/docs-redirect/index.html b/opendj3/src/main/resources/docs-redirect/index.html
index d80262e..beb9a5d 100644
--- a/opendj3/src/main/resources/docs-redirect/index.html
+++ b/opendj3/src/main/resources/docs-redirect/index.html
@@ -2,11 +2,11 @@
 <html>
 <head>
 <title>Redirecting to the OpenDJ docs page</title>
-<meta http-equiv="refresh" content="2;url=http://opendj.forgerock.org/docs.html">
+<meta http-equiv="refresh" content="0;url=http://opendj.forgerock.org/docs.html">
 </head>
 <body>
- <p>This page will redirect you to
+ <p>This page should redirect you to
  <a href="http://opendj.forgerock.org/docs.html">the OpenDJ docs page</a>
- momentarily.</p>
+ right now.</p>
 </body>
 </html>

--
Gitblit v1.10.0