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

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