From 588dc98dc93f328f0dad4f5b39efe1387b37d523 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 13 Jan 2016 10:32:17 +0000
Subject: [PATCH] OPENDJ-2587 Fix links on community project site
---
opendj-sdk/src/site/xdoc/docs.xml | 33 ++++++++++++++++++++++++++++++---
1 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/src/site/xdoc/docs.xml b/opendj-sdk/src/site/xdoc/docs.xml
index d89d398..9d19550 100644
--- a/opendj-sdk/src/site/xdoc/docs.xml
+++ b/opendj-sdk/src/site/xdoc/docs.xml
@@ -21,7 +21,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2011-2015 ForgeRock AS.
+ ! Copyright 2011-2016 ForgeRock AS.
!
-->
<document
@@ -37,8 +37,8 @@
<p>This core documentation is <strong>in progress</strong> as part of
the OpenDJ project.</p>
<p>For completed, released documentation, see <a
- href="http://docs.forgerock.org/en/opendj/"
- >docs.forgerock.org</a>.</p>
+ href="https://backstage.forgerock.com/#!/docs/opendj"
+ >ForgeRock BackStage</a>.</p>
<dl>
<dt>Release Notes</dt>
<dd>
@@ -92,5 +92,32 @@
<dd><a href="./opendj-core/apidocs/index.html">HTML</a></dd>
</dl>
</section>
+
+ <section name="LDAP Toolkit 3">
+ <p>
+ A snapshot of the OpenDJ LDAP Toolkit 3 documentation
+ is available for reference.
+ This documentation corresponds to the 3.0.0 Maven release,
+ which is available through the ForgeRock Maven repository.
+ </p>
+
+ <p>
+ This documentation has been through the initial part of the review cycle,
+ but has not been through validation (QA) review.
+ </p>
+
+ <dl>
+ <dt>Release Notes</dt>
+ <dd><a href="http://opendj.forgerock.org/opendj-ldap-toolkit/3.0.0/doc/bootstrap/sdk-release-notes/"
+ >HTML (with link to PDF inside)</a></dd>
+
+ <dt>SDK Developer Guide, with Tools Reference</dt>
+ <dd><a href="http://opendj.forgerock.org/opendj-ldap-toolkit/3.0.0/doc/bootstrap/dev-guide/"
+ >HTML (with link to PDF inside)</a></dd>
+
+ <dt>Javadoc</dt>
+ <dd><a href="http://opendj.forgerock.org/opendj-ldap-toolkit/3.0.0/apidocs/">HTML</a></dd>
+ </dl>
+ </section>
</body>
</document>
--
Gitblit v1.10.0