From 084cdcfc95ef98198783ecb623e4009a0921942f Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 29 Mar 2012 14:04:45 +0000
Subject: [PATCH] Add more interdocument links, especially now that they work in both forms of HTML output
---
opendj3/src/main/docbkx/release-notes/index.xml | 13 ++++++-------
opendj3/src/main/docbkx/install-guide/preface.xml | 5 +++--
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/opendj3/src/main/docbkx/install-guide/preface.xml b/opendj3/src/main/docbkx/install-guide/preface.xml
index 4c126d3..4303b8e 100644
--- a/opendj3/src/main/docbkx/install-guide/preface.xml
+++ b/opendj3/src/main/docbkx/install-guide/preface.xml
@@ -33,8 +33,9 @@
<para>This guide shows you how to install, upgrade, and remove OpenDJ
software. Unless you are planning a throwaway evaluation or test
- installation, read the <citetitle>Release Notes</citetitle> before
- you get started.</para>
+ installation, read the <link xlink:href="release-notes#release-notes"
+ xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Release
+ Notes</citetitle></link> before you get started.</para>
<para>If you want only to try OpenDJ server software, and you
do not plan to store any real or important data that you want to keep,
diff --git a/opendj3/src/main/docbkx/release-notes/index.xml b/opendj3/src/main/docbkx/release-notes/index.xml
index 1f0519e..496d23e 100644
--- a/opendj3/src/main/docbkx/release-notes/index.xml
+++ b/opendj3/src/main/docbkx/release-notes/index.xml
@@ -54,10 +54,7 @@
<preface>
<title>About OpenDJ</title>
- <!--
- <para>Test link to <citetitle xlink:role="http://docbook.org/xlink/role/olink"
- xlink:href="admin-guide#admin-guide">Admin Guide</citetitle>.</para>
- -->
+
<para>OpenDJ is an LDAPv3 compliant directory service, developed for
the Java platform, providing a high performance, highly available,
and secure store for the identities managed by your organization. Its
@@ -79,9 +76,11 @@
Finally, these notes list both issues fixed since the previous
release and known issues open at the time of release.</para>
- <para>See the <citetitle>Installation Guide</citetitle> for more after you
- read these release notes. The installation guide covers installation and
- upgrade for OpenDJ directory server and OpenDJ DSML gateway.</para>
+ <para>See the <link xlink:role="http://docbook.org/xlink/role/olink"
+ xlink:href="install-guide#install-guide"><citetitle>Installation
+ Guide</citetitle></link> for more after you read these release notes. The
+ installation guide covers installation and upgrade for OpenDJ directory
+ server and OpenDJ DSML gateway.</para>
</preface>
<xinclude:include href='chap-whats-new.xml' />
--
Gitblit v1.10.0