From fecb2f0267fca8a47d719d70c6ba95e7d304a05b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 04 Feb 2015 11:01:50 +0000
Subject: [PATCH] Align with fix for DOCS-260

---
 src/site/site.xml      |   12 ++++++------
 src/site/xdoc/docs.xml |   10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index e1760dc..7ea3db7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2014 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !
 -->
 <project name="${project.name}"
@@ -84,13 +84,13 @@
 
   <menu name="OpenDJ Documentation" inherit="top">
    <item name="All Formats" href="docs.html" />
-   <item name="Release Notes" href="./opendj-server/doc/release-notes/index.html" />
-   <item name="Installation Guide" href="./opendj-server/doc/install-guide/index.html" />
-   <item name="Administration Guide" href="./opendj-server/doc/admin-guide/index.html" />
+   <item name="Release Notes" href="./opendj-server/doc/bootstrap/release-notes/index.html" />
+   <item name="Installation Guide" href="./opendj-server/doc/bootstrap/install-guide/index.html" />
+   <item name="Administration Guide" href="./opendj-server/doc/bootstrap/admin-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 Release Notes" href="./doc/sdk-release-notes/index.html" />
-   <item name="SDK Developer Guide" href="./doc/dev-guide/index.html" />
+   <item name="SDK Release Notes" href="./doc/bootstrap/sdk-release-notes/index.html" />
+   <item name="SDK Developer Guide" href="./doc/bootstrap/dev-guide/index.html" />
    <item name="SDK Javadoc" href="./opendj-core/apidocs/index.html" />
   </menu>
   
diff --git a/src/site/xdoc/docs.xml b/src/site/xdoc/docs.xml
index 1ba0b69..ee638bb 100644
--- a/src/site/xdoc/docs.xml
+++ b/src/site/xdoc/docs.xml
@@ -41,19 +41,19 @@
    <dl>
     <dt>Release Notes</dt>
     <dd>
-     <a href="./opendj-server/doc/release-notes/index.html">HTML</a>,
+     <a href="./opendj-server/doc/bootstrap/release-notes/index.html">HTML</a>,
      <a href="./opendj-server/doc/OpenDJ-Release-Notes.pdf">PDF</a>
     </dd>
 
     <dt>Installation Guide</dt>
     <dd>
-     <a href="./opendj-server/doc/install-guide/index.html">HTML</a>,
+     <a href="./opendj-server/doc/bootstrap/install-guide/index.html">HTML</a>,
      <a href="./opendj-server/doc/OpenDJ-Install-Guide.pdf">PDF</a>
     </dd>
 
     <dt>Administration Guide</dt>
     <dd>
-     <a href="./opendj-server/doc/admin-guide/index.html">HTML</a>,
+     <a href="./opendj-server/doc/bootstrap/admin-guide/index.html">HTML</a>,
      <a href="./opendj-server/doc/OpenDJ-Admin-Guide.pdf">PDF</a>
     </dd>
 
@@ -65,13 +65,13 @@
     
     <dt>SDK Developer Guide</dt>
     <dd>
-     <a href="./doc/dev-guide/index.html">HTML</a>,
+     <a href="./doc/bootstrap/dev-guide/index.html">HTML</a>,
      <a href="./doc/OpenDJ-Dev-Guide.pdf">PDF</a>
     </dd>
 
     <dt>SDK Release Notes</dt>
     <dd>
-     <a href="./doc/sdk-release-notes/index.html">HTML</a>
+     <a href="./doc/bootstrap/sdk-release-notes/index.html">HTML</a>
      <a href="./doc/OpenDJ-Sdk-Release-Notes.pdf">PDF</a>
     </dd>
 

--
Gitblit v1.10.0