You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2017/09/14 05:17:51 UTC

commons-io git commit: IO-550 fix javadocs links in description page

Repository: commons-io
Updated Branches:
  refs/heads/master 5899f1eb7 -> 733dc26a2


IO-550 fix javadocs links in description page


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/733dc26a
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/733dc26a
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/733dc26a

Branch: refs/heads/master
Commit: 733dc26a281e235d52c965b6053a4e16bd4f85de
Parents: 5899f1e
Author: Bruno Kinoshita <br...@niwa.co.nz>
Authored: Thu Sep 14 17:17:36 2017 +1200
Committer: Bruno Kinoshita <br...@niwa.co.nz>
Committed: Thu Sep 14 17:17:36 2017 +1200

----------------------------------------------------------------------
 src/changes/changes.xml       |  3 +++
 src/site/xdoc/description.xml | 20 ++++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/733dc26a/src/changes/changes.xml
----------------------------------------------------------------------
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 @@ The <action> type attribute can be add,update,fix,remove.
   <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>

http://git-wip-us.apache.org/repos/asf/commons-io/blob/733dc26a/src/site/xdoc/description.xml
----------------------------------------------------------------------
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 @@ limitations under the License.
 
         <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 @@ limitations under the License.
 
         <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 @@ limitations under the License.
 
         <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 @@ limitations under the License.
 
         <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 @@ limitations under the License.
         <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 @@ limitations under the License.
         </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 @@ limitations under the License.
         </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 @@ limitations under the License.
         </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>