From 55ef98782bd7a276b05e2d94f55cfc46155e7444 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Fri, 25 Nov 2011 16:15:15 +0000 Subject: [PATCH] Unsatisfying hack to workaround COMMWEB-35: Allow inter-document links in core doc sources --- opendj3/src/main/docbkx/shared/man-dsconfig.xml | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-dsconfig.xml b/opendj3/src/main/docbkx/shared/man-dsconfig.xml index e676c52..cffac2c 100644 --- a/opendj3/src/main/docbkx/shared/man-dsconfig.xml +++ b/opendj3/src/main/docbkx/shared/man-dsconfig.xml @@ -87,11 +87,12 @@ component's <literal>allow-start-tls</literal> property to <literal>true</literal> to permit LDAP client applications to use StartTLS. Much of the configuration you do with <command>dsconfig</command> involves - setting component properties. The <citetitle>OpenDJ Configuration - Reference</citetitle> covers all <command>dsconfig</command> component - properties in detail, drawing on the documentation you also view when - getting help through the <command>dsconfig</command> command.</para> - <!-- TODO: Add olink to configuration reference --> + setting component properties. The <link + xlink:href="http://opendj.forgerock.org/opendj-server/configref/index.html" + ><citetitle>OpenDJ Configuration Reference</citetitle></link> covers all + <command>dsconfig</command> component properties in detail, drawing on the + documentation you also view when getting help through the + <command>dsconfig</command> command.</para> </refsect1> <refsect1 xml:id="dsconfig-getting-help"> <title>Getting Help</title> @@ -372,8 +373,9 @@ </itemizedlist> <para>Component properties for the <command>dsconfig</command> command are - covered in the <citetitle>OpenDJ Configuration Reference</citetitle>.</para> - <!-- TODO: olink to configref --> + covered in the <link + xlink:href="http://opendj.forgerock.org/opendj-server/configref/index.html" + ><citetitle>OpenDJ Configuration Reference</citetitle></link>.</para> <para>Many subcommands let you set property values. Notice in the reference for the subcommands below that specific options are available for handling -- Gitblit v1.10.0