From 2bf064a6911cf09f08d1c5e04178692ce6e0264d Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 03 Apr 2015 12:36:39 +0000
Subject: [PATCH] OPENDJ-1911 Fix broken links

---
 src/main/docbkx/dev-guide/chap-controls.xml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/main/docbkx/dev-guide/chap-controls.xml b/src/main/docbkx/dev-guide/chap-controls.xml
index d7740b1..811b314 100644
--- a/src/main/docbkx/dev-guide/chap-controls.xml
+++ b/src/main/docbkx/dev-guide/chap-controls.xml
@@ -20,15 +20,15 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2014 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <chapter xml:id='chap-controls'
- xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
- xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xsi:schemaLocation='http://docbook.org/ns/docbook
-                     http://docbook.org/xml/5.0/xsd/docbook.xsd'
- xmlns:xlink='http://www.w3.org/1999/xlink'>
+         xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
+         xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+         xsi:schemaLocation='http://docbook.org/ns/docbook
+                             http://docbook.org/xml/5.0/xsd/docbook.xsd'
+         xmlns:xlink='http://www.w3.org/1999/xlink'>
  <title>Working With Controls</title>
  <indexterm>
   <primary>Controls</primary>
@@ -70,7 +70,7 @@
 
   <para>For OpenDJ, the controls supported are listed in the
   <citetitle>Administration Guide</citetitle> appendix, <link xlink:show="new"
-  xlink:href="${coreDocBase}admin-guide#appendix-controls"><citetitle>LDAP
+  xlink:href="${serverDocBase}admin-guide/#appendix-controls"><citetitle>LDAP
   Controls</citetitle></link>. You can access the list of OIDs for
   supported LDAP controls by reading the <literal>supportedControl</literal>
   attribute of the root DSE.</para>
@@ -405,7 +405,7 @@
   password policy configuration to set a short maximum password age, change
   Barbara Jensen's password, and wait for it to expire. See the OpenDJ
   <citetitle>Administration Guide</citetitle> procedure explaining how
-  <link xlink:href="${coreDocBase}admin-guide#default-pwp" xlink:show="new"
+  <link xlink:href="${serverDocBase}admin-guide/#default-pwp" xlink:show="new"
   ><citetitle>To Adjust the Default Password Policy</citetitle></link> for an
   example of how to adjust the maximum password age.</para>
 
@@ -439,7 +439,7 @@
   interval, change Barbara Jensen's password, and wait until you enter the
   warning interval before password expiration. See the OpenDJ
   <citetitle>Administration Guide</citetitle> procedure explaining how
-  <link xlink:href="${coreDocBase}admin-guide#default-pwp"
+  <link xlink:href="${serverDocBase}admin-guide/#default-pwp"
   xlink:show="new"><citetitle>To Adjust the Default Password Policy</citetitle></link>
   for an example of how to adjust the maximum password age. Also set a short
   <literal>password-expiration-warning-interval</literal> value.</para>
@@ -476,7 +476,7 @@
   Barbara Jensen's password, and then run the example during the warning
   interval and after the password has expired. See the OpenDJ
   <citetitle>Administration Guide</citetitle> procedure explaining how
-  <link xlink:href="${coreDocBase}admin-guide#default-pwp" xlink:show="new"><citetitle
+  <link xlink:href="${serverDocBase}admin-guide/#default-pwp" xlink:show="new"><citetitle
   >To Adjust the Default Password Policy</citetitle></link> for an example
   of how to adjust the maximum password age. Also set a short
   <literal>password-expiration-warning-interval</literal> value.</para>

--
Gitblit v1.10.0