From 46cddb74ab9f9fd5c99a7aac6ed4330e9474ecb9 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Wed, 05 Jun 2013 10:54:28 +0000 Subject: [PATCH] Fix issue OPENDJ-108, CR-1791. Also fix minor issues with URLs in the install.html and .txt files. --- opends/resource/install.html | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/opends/resource/install.html b/opends/resource/install.html index cf949c0..75fad57 100644 --- a/opends/resource/install.html +++ b/opends/resource/install.html @@ -25,7 +25,7 @@ <body> -<img src="images/opends_logo.png" alt="OpenDJ pictogram" border="0" align=right> +<img src="opendj_logo.png" alt="OpenDJ pictogram" border="0" align=right> <br> @@ -49,15 +49,15 @@ 256MB of free memory to run OpenDJ for evaluation purposes. Note that you can configure OpenDJ in such a way that it requires substantially less, or more, disk space. For more information, see the -<a href="http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide/chap-before-you-install.html">OpenDJ System Requirements</a>. +<a href="http://opendj.forgerock.org/doc/release-notes/index/chap-before-you-install.html">OpenDJ System Requirements</a>. <h3>To Install OpenDJ in GUI mode</h3> You can run QuickSetup remotely via Java Web Start, or locally from within the build that you have downloaded and unzipped. <p>If you run QuickSetup remotely, it automatically downloads and -unzips the latest weekly build, and handles server configuration. +unzips the latest nightly build, and handles server configuration. -<a class="external" href="http://www.forgerock.org/downloads/opendj/2.4.4/install/QuickSetup.jnlp">Launch QuickSetup via Java Web Start</a><img class="outlink" src="Install_files/out.png" alt="">. +You can find the link to Launch QuickSetup via Java Web Start on <a class="external" href="http://www.forgerock.org/opendj.html">OpenDJ builds page</a>, click [Nightly Build]. </p> <p>To run QuickSetup locally: </p> @@ -90,12 +90,12 @@ <h3>See Also</h3> <ul> - <li><a href="http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide.html">Installing the OpenDJ directory server</a> + <li><a href="http://opendj.forgerock.org/doc/install-guide/index.html">Installing the OpenDJ directory server</a> <br> - <li> <a href="http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide/chap-install-gui.html">Installing OpenDJ with the QuickSetup Wizard</a> + <li> <a href="http://opendj.forgerock.org/doc/install-guide/index/chap-install-gui.html">Installing OpenDJ with the QuickSetup Wizard</a> <br> </li> - <li> <a href="http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide/chap-install-cli.html">Installing OpenDJ from the Command Line</a> + <li> <a href="http://opendj.forgerock.org/doc/install-guide/index/chap-install-cli.html">Installing OpenDJ from the Command Line</a> </li> </ul> </body> -- Gitblit v1.10.0