From a518cfe12c0e455f5696cb02e8c77d5792e39ecd Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 10 Nov 2011 12:44:35 +0000
Subject: [PATCH] Fix for COMMWEB-38: Broken download page links
---
opendj3/opendj-ldap-toolkit/src/site/site.xml | 2 +-
opendj3/opendj-ldap-sdk-examples/src/site/site.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk-examples/src/site/site.xml b/opendj3/opendj-ldap-sdk-examples/src/site/site.xml
index 06d66c2..7123097 100644
--- a/opendj3/opendj-ldap-sdk-examples/src/site/site.xml
+++ b/opendj3/opendj-ldap-sdk-examples/src/site/site.xml
@@ -30,7 +30,7 @@
<menu name="OpenDJ">
<item name="Welcome" href="../index.html" />
<item name="News" href="../news.html" />
- <item name="Downloads" href="http://www.forgerock.com/downloads-opendj.html" />
+ <item name="Downloads" href="http://forgerock.org/opendj.html" />
<item name="FAQ" href="../faq.html" />
<item name="Wiki" href="http://wikis.forgerock.org/opendj/" />
<item name="Mailing Lists" href="../mail-lists.html" />
diff --git a/opendj3/opendj-ldap-toolkit/src/site/site.xml b/opendj3/opendj-ldap-toolkit/src/site/site.xml
index aeafe00..87cc5d6 100644
--- a/opendj3/opendj-ldap-toolkit/src/site/site.xml
+++ b/opendj3/opendj-ldap-toolkit/src/site/site.xml
@@ -30,7 +30,7 @@
<menu name="OpenDJ">
<item name="Welcome" href="../index.html" />
<item name="News" href="../news.html" />
- <item name="Downloads" href="http://www.forgerock.com/downloads-opendj.html" />
+ <item name="Downloads" href="http://forgerock.org/opendj.html" />
<item name="FAQ" href="../faq.html" />
<item name="Wiki" href="http://wikis.forgerock.org/opendj/" />
<item name="Mailing Lists" href="../mail-lists.html" />
--
Gitblit v1.10.0