mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
04.02.2015 2b66c09e60661744f404eae433d2d87cfedb1279
Align with fix for DOCS-260
3 files modified
20 ■■■■ changed files
opendj3-server-dev/src/site/site.xml 8 ●●●● patch | view | raw | blame | history
opendj3-server-dev/src/site/xdoc/docs.xml 8 ●●●● patch | view | raw | blame | history
opendj3-server-dev/src/site/xdoc/index.xml 4 ●●●● patch | view | raw | blame | history
opendj3-server-dev/src/site/site.xml
@@ -20,7 +20,7 @@
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011-2014 ForgeRock AS
  !      Copyright 2011-2015 ForgeRock AS.
  !    
-->
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.0.1"
@@ -73,9 +73,9 @@
    <menu name="OpenDJ Documentation">
      <item name="All Formats" href="./docs.html" />
      <item name="Release Notes" href="./doc/release-notes/index.html" />
      <item name="Installation Guide" href="./doc/install-guide/index.html" />
      <item name="Administration Guide" href="./doc/admin-guide/index.html" />
      <item name="Release Notes" href="./doc/bootstrap/release-notes/index.html" />
      <item name="Installation Guide" href="./doc/bootstrap/install-guide/index.html" />
      <item name="Administration Guide" href="./doc/bootstrap/admin-guide/index.html" />
      <item name="Config Reference" href="./configref/index.html" />
      <item name="Plugin Javadoc" href="./javadoc/index.html" />
    </menu>
opendj3-server-dev/src/site/xdoc/docs.xml
@@ -47,25 +47,25 @@
   <dl>
    <dt>Release Notes</dt>
    <dd>
     <a href="./doc/release-notes/index.html">HTML</a>,
     <a href="./doc/bootstrap/release-notes/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Release-Notes.pdf">PDF</a>
    </dd>
    <dt>Installation Guide</dt>
    <dd>
     <a href="./doc/install-guide/index.html">HTML</a>,
     <a href="./doc/bootstrap/install-guide/index.html">HTML</a>,
     <a href="./doc/OpenDJ-Install-Guide.pdf">PDF</a>
    </dd>
    <dt>Administration Guide</dt>
    <dd>
     <a href="./doc/admin-guide/index.html">HTML</a>
     <a href="./doc/bootstrap/admin-guide/index.html">HTML</a>
     <a href="./doc/OpenDJ-Admin-Guide.pdf">PDF</a>
    </dd>
    <dt>Developer Guide</dt>
    <dd>
     <a href="../doc/dev-guide/index.html">HTML</a>
     <a href="../doc/bootstrap/dev-guide/index.html">HTML</a>
     <a href="../doc/OpenDJ-Dev-Guide.pdf">PDF</a>
    </dd>
opendj3-server-dev/src/site/xdoc/index.xml
@@ -20,7 +20,7 @@
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011-2013 ForgeRock AS
  !      Copyright 2011-2015 ForgeRock AS.
  !    
-->
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -67,7 +67,7 @@
    <section name="Getting started">
      <p>
        Once you have obtained a copy of the OpenDJ Directory Server, read the
        <a href="./doc/install-guide/index.html">Installation Guide</a>
        <a href="./doc/bootstrap/install-guide/index.html">Installation Guide</a>
        for further instructions.
      </p>
    </section>