From 20e5f98b9264a52f65a17c4738172163a8a87aad Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 22 May 2015 12:07:43 +0000
Subject: [PATCH] CR-7039 OPENDJ-1547 Example.ldif should be part of the doc build

---
 src/main/docbkx/dev-guide/chap-reading.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/docbkx/dev-guide/chap-reading.xml b/src/main/docbkx/dev-guide/chap-reading.xml
index 191f7de..f0486e4 100644
--- a/src/main/docbkx/dev-guide/chap-reading.xml
+++ b/src/main/docbkx/dev-guide/chap-reading.xml
@@ -9,8 +9,7 @@
   ! or send a letter to Creative Commons, 444 Castro Street,
   ! 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.
+  ! You can also obtain a copy of the license at legal-notices/CC-BY-NC-ND.txt.
   ! See the License for the specific language governing permissions
   ! and limitations under the License.
   !
@@ -20,7 +19,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2015 ForgeRock AS.
   !    
 -->
 <chapter xml:id='chap-reading'
@@ -34,7 +33,7 @@
  <para>Traditionally directories excel at serving read requests. This chapter
  covers the read (search and compare) capabilities that OpenDJ LDAP Java SDK
  provides. The data used in examples here is <link xlink:show="new"
- xlink:href="http://opendj.forgerock.org/Example.ldif">available
+ xlink:href="../resources/Example.ldif">available
  online</link>.</para>
 
  <section xml:id="about-searching">

--
Gitblit v1.10.0