From 699fbefe26456c4e192bc7c30d15587627a23339 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 04 Feb 2015 11:22:26 +0000
Subject: [PATCH] Align with fix for DOCS-260
---
opendj-sdk/opends/src/site/xdoc/index.xml | 4 ++--
opendj-sdk/opends/src/site/site.xml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/src/site/site.xml b/opendj-sdk/opends/src/site/site.xml
index 22acb29..4e09d09 100644
--- a/opendj-sdk/opends/src/site/site.xml
+++ b/opendj-sdk/opends/src/site/site.xml
@@ -20,7 +20,7 @@
!
! CCPL HEADER END
!
- ! Copyright 2011-2013 ForgeRock AS
+ ! Copyright 2011-2015 ForgeRock AS.
!
-->
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.0.1"
@@ -73,9 +73,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/bootstrap/release-notes/index.html" />
+ <item name="Installation Guide" href="./doc/bootstrap/install-guide/index.html" />
+ <item name="Administration Guide" href="./doc/bootstrap/admin-guide/index.html" />
<item name="Config Reference" href="./configref/index.html" />
<item name="Plugin Javadoc" href="./javadoc/index.html" />
</menu>
diff --git a/opendj-sdk/opends/src/site/xdoc/index.xml b/opendj-sdk/opends/src/site/xdoc/index.xml
index 30c0fd8..b83a4d5 100644
--- a/opendj-sdk/opends/src/site/xdoc/index.xml
+++ b/opendj-sdk/opends/src/site/xdoc/index.xml
@@ -20,7 +20,7 @@
!
! CCPL HEADER END
!
- ! Copyright 2011-2013 ForgeRock AS
+ ! Copyright 2011-2015 ForgeRock AS.
!
-->
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -67,7 +67,7 @@
<section name="Getting started">
<p>
Once you have obtained a copy of the OpenDJ Directory Server, read the
- <a href="./doc/install-guide/index.html">Installation Guide</a>
+ <a href="./doc/bootstrap/install-guide/index.html">Installation Guide</a>
for further instructions.
</p>
</section>
--
Gitblit v1.10.0