From 588dc98dc93f328f0dad4f5b39efe1387b37d523 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 13 Jan 2016 10:32:17 +0000
Subject: [PATCH] OPENDJ-2587 Fix links on community project site

---
 opendj-sdk/src/site/site.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/src/site/site.xml b/opendj-sdk/src/site/site.xml
index 3c2c291..73e8699 100644
--- a/opendj-sdk/src/site/site.xml
+++ b/opendj-sdk/src/site/site.xml
@@ -21,7 +21,7 @@
   !
   ! CDDL HEADER END
   !
-  !      Copyright 2011-2015 ForgeRock AS.
+  !      Copyright 2011-2016 ForgeRock AS.
   !
 -->
 <project name="${project.name}"
@@ -79,8 +79,9 @@
   </menu>
 
   <menu name="Released Documentation" inherit="top">
-    <item name="OpenDJ 2.6.0" href="http://docs.forgerock.org/en/opendj/2.6.0/" />
-    <item name="OpenDJ 2.5.0-Xpress1" href="http://docs.forgerock.org/en/opendj/2.5.0-Xpress1/" />
+   <!--<item name="OpenDJ 3" href="https://backstage.forgerock.com/#!/docs/opendj/3" />-->
+   <item name="OpenDJ 2.6.0" href="https://backstage.forgerock.com/#!/docs/opendj/2.6.0" />
+   <item name="OpenDJ 2.5.0-Xpress1 (EOSL)" href="https://backstage.forgerock.com/#!/docs/opendj/2.5.0-Xpress1" />
   </menu>
 
   <menu name="OpenDJ Server Docs" inherit="top">

--
Gitblit v1.10.0