From 052a36eb0cbe4b19ad9d83188515ecc7d1506b7d Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 08 Oct 2014 06:42:37 +0000
Subject: [PATCH] Fix broken links

---
 src/main/docbkx/release-notes/chap-whats-new.xml |    6 +++---
 pom.xml                                          |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 624bb9e..63c9b62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,10 +139,10 @@
     <publicationDate>${pubDate}</publicationDate>
 
     <!-- Permit doc build to override relative locations of non DocBook content -->
-    <coreDocBase>http://docs.forgerock.org/en/opendj/${docTargetVersion}/</coreDocBase>
-    <configRefBase>http://docs.forgerock.org/en/opendj/${docTargetVersion}/configref/</configRefBase>
-    <serverJavadocBase>http://docs.forgerock.org/en/opendj/${docTargetVersion}/javadoc/</serverJavadocBase>
-    <sdkJavadocBase>http://docs.forgerock.org/en/opendj/${sdkDocTargetVersion}/apidocs/</sdkJavadocBase>
+    <coreDocBase>http://docs.forgerock.org/en/opendj/${stableServerVersion}</coreDocBase>
+    <configRefBase>${coreDocBase}/configref/</configRefBase>
+    <serverJavadocBase>${coreDocBase}/javadoc/</serverJavadocBase>
+    <sdkJavadocBase>${coreDocBase}/apidocs/</sdkJavadocBase>
     <!-- END Documentation properties -->
   </properties>
   <build>
diff --git a/src/main/docbkx/release-notes/chap-whats-new.xml b/src/main/docbkx/release-notes/chap-whats-new.xml
index a0feaf9..2181237 100644
--- a/src/main/docbkx/release-notes/chap-whats-new.xml
+++ b/src/main/docbkx/release-notes/chap-whats-new.xml
@@ -167,7 +167,7 @@
     <listitem>
      <para>
       <link xlink:show="new"
-            xlink:href="http://docs.forgerock.org/en/opendj/2.6.0/install-guide/"><citetitle
+            xlink:href="${coreDocBase}/install-guide/"><citetitle
               >OpenDJ ${stableServerVersion} Installation Guide</citetitle></link>
      </para>
     </listitem>
@@ -175,7 +175,7 @@
     <listitem>
      <para>
       <link xlink:show="new"
-            xlink:href="http://docs.forgerock.org/en/opendj/2.6.0/admin-guide/"><citetitle
+            xlink:href="${coreDocBase}/admin-guide/"><citetitle
               >OpenDJ ${stableServerVersion} Administration Guide</citetitle></link>
      </para>
     </listitem>
@@ -191,7 +191,7 @@
     <listitem>
      <para>
       <link xlink:show="new"
-            xlink:href="http://docs.forgerock.org/en/opendj/2.6.0/dev-guide/"><citetitle
+            xlink:href="${coreDocBase}/dev-guide/"><citetitle
               >OpenDJ ${stableServerVersion} Developer's Guide</citetitle></link>
      </para>
     </listitem>

--
Gitblit v1.10.0