From 73e9d052ebfa49e843127da35e7e49ccb3c8899e Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 08 Sep 2014 09:14:32 +0000
Subject: [PATCH] Backport CR-4463 Fix for OPENDJ-1436: Admin guide should have links to the reference guide

---
 opends/src/main/docbkx/install-guide/chap-upgrade.xml |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/opends/src/main/docbkx/install-guide/chap-upgrade.xml b/opends/src/main/docbkx/install-guide/chap-upgrade.xml
index 8c911a8..3985657 100644
--- a/opends/src/main/docbkx/install-guide/chap-upgrade.xml
+++ b/opends/src/main/docbkx/install-guide/chap-upgrade.xml
@@ -109,9 +109,17 @@
   </step>
 
   <step>
-   <para>Run the <command>upgrade</command> command to bring OpenDJ
-   configuration and application data up to date with the new binary and
-   script files that you copied over the current server files.</para>
+   <para>
+    Run the
+    <link
+     xlink:show="new"
+     xlink:href="admin-guide#upgrade-1"
+     xlink:role="http://docbook.org/xlink/role/olink"
+    ><command>upgrade</command></link> command
+    to bring OpenDJ configuration and application data up to date
+    with the new binary and script files
+    that you copied over the current server files.
+   </para>
 
    <para>By default, the <command>upgrade</command> command requests
    confirmation before making important configuration changes. For some

--
Gitblit v1.10.0