From 8c9121b9316a16ae8ed315d1fe23284d6819ece0 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 13 Mar 2012 15:59:59 +0000
Subject: [PATCH] New feature COMMWEB-37: Provide maven plugin for core documentation

---
 opendj3/src/site/site.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3/src/site/site.xml b/opendj3/src/site/site.xml
index c211c6c..f019a3f 100644
--- a/opendj3/src/site/site.xml
+++ b/opendj3/src/site/site.xml
@@ -66,10 +66,10 @@
 
   <menu name="OpenDJ Documentation">
    <item name="All Formats" href="docs.html" />
-   <item name="Release Notes" href="./doc/release-notes/OpenDJ-Release-Notes.html" />
-   <item name="Installation Guide" href="./doc/install-guide/OpenDJ-Install-Guide.html" />
-   <item name="Administration Guide" href="./doc/admin-guide/OpenDJ-Admin-Guide.html" />
-   <item name="Developer Guide" href="./doc/dev-guide/OpenDJ-Dev-Guide.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="Developer Guide" href="./doc/dev-guide/index.html" />
    <item name="Config Reference" href="./opendj-server/configref/index.html" />
    <item name="Plugin Javadoc" href="./opendj-server/javadoc/index.html" />
    <item name="SDK Javadoc" href="./opendj-ldap-sdk/apidocs/index.html" />

--
Gitblit v1.10.0