From f9a9420f3e2bbc965b0c0dd43c0619280bf92089 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Thu, 28 May 2015 11:03:20 +0000 Subject: [PATCH] CR-7085 OPENDJ-2003 Fix SDK dev guide links to sample code --- src/main/docbkx/dev-guide/chap-controls.xml | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/main/docbkx/dev-guide/chap-controls.xml b/src/main/docbkx/dev-guide/chap-controls.xml index 811b314..3b264fb 100644 --- a/src/main/docbkx/dev-guide/chap-controls.xml +++ b/src/main/docbkx/dev-guide/chap-controls.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. ! @@ -40,12 +39,12 @@ <para>This chapter demonstrates how to use LDAP controls.</para> - <para>For complete examples corresponding to the excerpts shown below, see - <link - xlink:href="http://opendj.forgerock.org/opendj-ldap-sdk-examples/xref/org/forgerock/opendj/examples/Controls.html" - xlink:show="new">Controls.java</link>, one of the <link - xlink:href="http://opendj.forgerock.org/opendj-ldap-sdk-examples/" - xlink:show="new">OpenDJ LDAP SDK examples</link>.</para> + <para> + For complete examples corresponding to the excerpts shown below, see + <link + xlink:href="../resources/org/forgerock/opendj/examples/Controls.java" + xlink:show="new">Controls.java</link>. + </para> <section xml:id="about-ldap-controls"> <title>About LDAP Controls</title> -- Gitblit v1.10.0