From f910a72616be79c9ff4ddbb8484aea00fe83392a Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 21 Jun 2013 05:43:45 +0000
Subject: [PATCH] CR-1880 Fix for OPENDJ-987: Determine what to do with links to http://opendj.forgerock.org/

---
 opendj3/src/main/docbkx/shared/man-dsconfig.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/opendj3/src/main/docbkx/shared/man-dsconfig.xml b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
index 65e84b4..c5a7b5f 100644
--- a/opendj3/src/main/docbkx/shared/man-dsconfig.xml
+++ b/opendj3/src/main/docbkx/shared/man-dsconfig.xml
@@ -89,8 +89,8 @@
   component's <literal>allow-start-tls</literal> property to
   <literal>true</literal> to permit LDAP client applications to use StartTLS.
   Much of the configuration you do with <command>dsconfig</command> involves
-  setting component properties. The <link
-  xlink:href="http://opendj.forgerock.org/opendj-server/configref/index.html"
+  setting component properties. The <link xlink:show="new"
+  xlink:href="${configRefBase}"
   ><citetitle>OpenDJ Configuration Reference</citetitle></link> covers all
   <command>dsconfig</command> component properties in detail, drawing on the
   documentation you also view when getting help through the
@@ -375,8 +375,7 @@
   </itemizedlist>
   
   <para>Component properties for the <command>dsconfig</command> command are
-  covered in the <link
-  xlink:href="http://opendj.forgerock.org/opendj-server/configref/index.html"
+  covered in the <link xlink:show="new" xlink:href="${configRefBase}"
   ><citetitle>OpenDJ Configuration Reference</citetitle></link>.</para>
   
   <para>Many subcommands let you set property values. Notice in the reference

--
Gitblit v1.10.0