From 456e27ec4d4d24553abaaf8ac007ca90d1a89e97 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 20 Jan 2015 11:35:02 +0000
Subject: [PATCH] Fix broken links

---
 opends/src/main/docbkx/admin-guide/chap-server-process.xml |    6 +++---
 opends/src/main/docbkx/release-notes/chap-support.xml      |    6 +++---
 opends/src/main/docbkx/release-notes/index.xml             |   18 +++++++++---------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/chap-server-process.xml b/opends/src/main/docbkx/admin-guide/chap-server-process.xml
index 0fd8c9a..c03cc0f 100644
--- a/opends/src/main/docbkx/admin-guide/chap-server-process.xml
+++ b/opends/src/main/docbkx/admin-guide/chap-server-process.xml
@@ -10,7 +10,7 @@
   ! Suite 900, Mountain View, California, 94041, USA.
   !
   ! You can also obtain a copy of the license at
-  ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
+  ! trunk/opendj/legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2014 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <chapter xml:id='chap-server-process'
@@ -130,7 +130,7 @@
      (Windows) Register OpenDJ as a Windows Service by using the
      <link
       xlink:show="new"
-      xlink:href="admin-guide#windows-service-1"
+      xlink:href="admin-guide#windows-service"
       xlink:role="http://docbook.org/xlink/role/olink"
      ><command>windows-service</command></link> command,
      and then manage the service through Windows administration tools.
diff --git a/opends/src/main/docbkx/release-notes/chap-support.xml b/opends/src/main/docbkx/release-notes/chap-support.xml
index d22eb6a..ba6cea5 100644
--- a/opends/src/main/docbkx/release-notes/chap-support.xml
+++ b/opends/src/main/docbkx/release-notes/chap-support.xml
@@ -10,7 +10,7 @@
   ! Suite 900, Mountain View, California, 94041, USA.
   !
   ! You can also obtain a copy of the license at
-  ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
+  ! trunk/opendj/legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <chapter xml:id='chap-support'
@@ -36,5 +36,5 @@
  area. To contact ForgeRock, send mail to <link
  xlink:href='mailto:info@forgerock.com'>info@forgerock.com</link>. To find a
  partner in your area, see <link xlink:show="new"
- xlink:href="http://forgerock.com/partners/find-a-partner/" />.</para>
+ xlink:href="http://forgerock.com/partners/" />.</para>
 </chapter>
diff --git a/opends/src/main/docbkx/release-notes/index.xml b/opends/src/main/docbkx/release-notes/index.xml
index 2f8b2bb..11fcd3e 100644
--- a/opends/src/main/docbkx/release-notes/index.xml
+++ b/opends/src/main/docbkx/release-notes/index.xml
@@ -10,7 +10,7 @@
   ! Suite 900, Mountain View, California, 94041, USA.
   !
   ! You can also obtain a copy of the license at
-  ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
+  ! trunk/opendj/legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -20,8 +20,8 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2014 ForgeRock AS
-  !    
+  !      Copyright 2011-2015 ForgeRock AS.
+  !
 -->
 <book xml:id='release-notes'
  xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
@@ -39,8 +39,8 @@
    in Java.</para>
   </abstract>
   <copyright>
-   <year>2011-2014</year>
-   <holder>ForgeRock AS</holder>
+   <year>2011-2015</year>
+   <holder>ForgeRock AS.</holder>
   </copyright>
   <authorgroup>
    <author>
@@ -55,7 +55,7 @@
  </info>
 
  <toc />
- 
+
  <preface>
   <title>About OpenDJ</title>
 
@@ -67,13 +67,13 @@
   manage. OpenDJ directory server comes with plenty of tools and a
   full-featured LDAP SDK for Java. OpenDJ directory server also offers
   REST access to directory data over HTTP.</para>
-   
+
   <para>OpenDJ is free to download, evaluate, and use in developing your
   applications and solutions. You can also check out and modify the source
   code to build your own version if you prefer. ForgeRock offers training
   and support subscriptions to help you get the most out of your
   deployment.</para>
-   
+
   <para>These release notes are written for everyone working with the
   OpenDJ <?eval ${docTargetVersion}?> release. Read these notes before you
   install or upgrade OpenDJ software. These notes cover hardware and software
@@ -83,7 +83,7 @@
   changes coming up that could affect your scripts and applications.
   Finally, these notes list both issues fixed since the previous
   release and known issues open at the time of release.</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

--
Gitblit v1.10.0