IO-550 fix javadocs links in description page
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 490c05e..551b27b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.6" date="2017-MM-DD" description="New features and bug fixes.">
+      <action issue="IO-550" dev="kinow" type="fix" due-to="Jimi Adrian">
+        Documentation issue, fix 404 Javadoc issues in the description page
+      </action>
       <action issue="IO-542" dev="pschumacher" type="update" due-to="Ilmars Poikans">
         FileUtils#readFileToByteArray: optimize reading of files with known size
       </action>
diff --git a/src/site/xdoc/description.xml b/src/site/xdoc/description.xml
index df0d55c..1f563c0 100644
--- a/src/site/xdoc/description.xml
+++ b/src/site/xdoc/description.xml
@@ -92,7 +92,7 @@
 
         <subsection name="FileUtils">
             <p>
-                The <a href="api-release/index.html?org/apache/commons/io/FileUtils.html">FileUtils</a>
+                The <a href="javadocs/api-release/index.html?org/apache/commons/io/FileUtils.html">FileUtils</a>
                 class contains utility methods for working with File objects.
                 These include reading, writing, copying and comparing files.
             </p>
@@ -106,7 +106,7 @@
 
         <subsection name="FilenameUtils">
             <p>
-                The <a href="api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>
+                The <a href="javadocs/api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>
                 class contains utility methods for working with filenames <i>without</i>
                 using File objects. The class aims to be consistent
                 between Unix and Windows, to aid transitions between these
@@ -123,7 +123,7 @@
 
         <subsection name="FileSystemUtils">
             <p>
-                The <a href="api-release/index.html?org/apache/commons/io/FileSystemUtils.html">FileSystemUtils</a>
+                The <a href="javadocs/api-release/index.html?org/apache/commons/io/FileSystemUtils.html">FileSystemUtils</a>
                 class contains
                 utility methods for working with the file system
                 to access functionality not supported by the JDK.
@@ -155,13 +155,13 @@
 
         <ul>
            <li>
-           The <a href="api-release/index.html?org/apache/commons/io/EndianUtils.html">EndianUtils</a>
+           The <a href="javadocs/api-release/index.html?org/apache/commons/io/EndianUtils.html">EndianUtils</a>
            class contains static methods for swapping the Endian-ness
            of Java primitives and streams.
            </li>
 
            <li>
-           The <a href="api-release/index.html?org/apache/commons/io/input/SwappedDataInputStream.html">SwappedDataInputStream</a>
+           The <a href="javadocs/api-release/index.html?org/apache/commons/io/input/SwappedDataInputStream.html">SwappedDataInputStream</a>
            class is an implementation of the <code>DataInput</code> interface. With
            this, one can read data from files of non-native Endian-ness.
            </li>
@@ -199,7 +199,7 @@
         <p>
             The <code>org.apache.commons.io.filefilter</code>
             package defines an interface
-            (<a href="api-release/index.html?org/apache/commons/io/filefilter/IOFileFilter.html">IOFileFilter</a>)
+            (<a href="javadocs/api-release/index.html?org/apache/commons/io/filefilter/IOFileFilter.html">IOFileFilter</a>)
             that combines both <code>java.io.FileFilter</code> and
             <code>java.io.FilenameFilter</code>. Besides
             that the package offers a series of ready-to-use
@@ -211,7 +211,7 @@
         </p>
         <p>
             See the
-            <a href="api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">filefilter</a>
+            <a href="javadocs/api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">filefilter</a>
             package javadoc for more details.
         </p>
     </section>
@@ -226,7 +226,7 @@
         </p>
         <p>
             See the
-            <a href="api-release/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
+            <a href="javadocs/api-release/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
             package javadoc for more details.
         </p>
     </section>
@@ -248,8 +248,8 @@
         </p>
         <p>
             See the
-            <a href="api-release/index.html?org/apache/commons/io/input/package-summary.html">input</a> or
-            <a href="api-release/index.html?org/apache/commons/io/output/package-summary.html">output</a>
+            <a href="javadocs/api-release/index.html?org/apache/commons/io/input/package-summary.html">input</a> or
+            <a href="javadocs/api-release/index.html?org/apache/commons/io/output/package-summary.html">output</a>
             package javadoc for more details.
         </p>
     </section>