mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
28.52.2011 4a7e8c53a0ad64f5feeb49e189868e8998998b4c
Speed up redirect
1 files modified
6 ■■■■ changed files
opendj3/src/main/resources/docs-redirect/index.html 6 ●●●● patch | view | raw | blame | history
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>