From 695493c1ac74e69eeb6315a6a1cada566b304421 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 10 Jul 2013 09:28:19 +0000
Subject: [PATCH] CR-1977 Fix for OPENDJ-1005: Move server doc sources alongside other server code

---
 opends/src/site/site.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/site/site.xml b/opends/src/site/site.xml
index 21be6db..cff3bde 100644
--- a/opends/src/site/site.xml
+++ b/opends/src/site/site.xml
@@ -68,9 +68,9 @@
 
     <menu name="OpenDJ Documentation">
       <item name="All Formats" href="../docs.html" />
-      <item name="Release Notes" href="../doc/release-notes/index.html" />
-      <item name="Installation Guide" href="../doc/install-guide/index.html" />
-      <item name="Administration Guide" href="../doc/admin-guide/index.html" />
+      <item name="Release Notes" href="./doc/release-notes/index.html" />
+      <item name="Installation Guide" href="./doc/install-guide/index.html" />
+      <item name="Administration Guide" href="./doc/admin-guide/index.html" />
       <item name="Config Reference" href="./configref/index.html" />
       <item name="Plugin Javadoc" href="./javadoc/index.html" />
     </menu>

--
Gitblit v1.10.0