You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/03/05 16:34:57 UTC

svn commit: r1452853 - in /commons/proper/io/trunk/src/site/xdoc: bestpractices.xml description.xml index.xml

Author: olamy
Date: Tue Mar  5 15:34:56 2013
New Revision: 1452853

URL: http://svn.apache.org/r1452853
Log:
fix links [IO-370]

Modified:
    commons/proper/io/trunk/src/site/xdoc/bestpractices.xml
    commons/proper/io/trunk/src/site/xdoc/description.xml
    commons/proper/io/trunk/src/site/xdoc/index.xml

Modified: commons/proper/io/trunk/src/site/xdoc/bestpractices.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/xdoc/bestpractices.xml?rev=1452853&r1=1452852&r2=1452853&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/xdoc/bestpractices.xml (original)
+++ commons/proper/io/trunk/src/site/xdoc/bestpractices.xml Tue Mar  5 15:34:56 2013
@@ -49,7 +49,7 @@ limitations under the License.
         <p>
             <i>
             Version 1.1 of commons-io now includes a dedicated filename
-            handling class - <a href="api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>.
+            handling class - <a href="javadocs/api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>.
             This does handle many of these filename issues, however we still
             recommend, wherever possible, that you use java.io.File objects.
             </i>

Modified: commons/proper/io/trunk/src/site/xdoc/description.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/xdoc/description.xml?rev=1452853&r1=1452852&r2=1452853&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/xdoc/description.xml (original)
+++ commons/proper/io/trunk/src/site/xdoc/description.xml Tue Mar  5 15:34:56 2013
@@ -42,7 +42,7 @@ limitations under the License.
     <section name="Utility classes">
         <subsection name="IOUtils">
             <p>
-                <a href="api-release/index.html?org/apache/commons/io/IOUtils.html">IOUtils</a>
+                <a href="javadocs/api-release/index.html?org/apache/commons/io/IOUtils.html">IOUtils</a>
                 contains utility methods dealing with reading, writing and copying.
                 The methods work on InputStream, OutputStream, Reader and Writer.
             </p>

Modified: commons/proper/io/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/xdoc/index.xml?rev=1452853&r1=1452852&r2=1452853&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/io/trunk/src/site/xdoc/index.xml Tue Mar  5 15:34:56 2013
@@ -29,17 +29,17 @@ Commons IO is a library of utilities to 
 <p>
 There are six main areas included:
 <ul>
-<li><a href="api-release/index.html?org/apache/commons/io/package-summary.html">Utility classes</a>
+<li><a href="javadocs/api-release/index.html?org/apache/commons/io/package-summary.html">Utility classes</a>
    - with static methods to perform common tasks</li>
-<li><a href="api-release/index.html?org/apache/commons/io/input/package-summary.html">Input</a>
+<li><a href="javadocs/api-release/index.html?org/apache/commons/io/input/package-summary.html">Input</a>
    - useful Input Stream and Reader implementations</li>
-<li><a href="api-release/index.html?org/apache/commons/io/output/package-summary.html">Output</a>
+<li><a href="javadocs/api-release/index.html?org/apache/commons/io/output/package-summary.html">Output</a>
    - useful Output Stream and Writer implementations</li>
-<li><a href="api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">Filters</a>
+<li><a href="javadocs/api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">Filters</a>
    - various implementations of file filters</li>
-<li><a href="api-release/index.html?org/apache/commons/io/comparator/package-summary.html">Comparators</a>
+<li><a href="javadocs/api-release/index.html?org/apache/commons/io/comparator/package-summary.html">Comparators</a>
    - various implementations of <code>java.util.Comparator</code> for files</li>
-<li><a href="api-release/index.html?org/apache/commons/io/monitor/package-summary.html">File Monitor</a>
+<li><a href="javadocs/api-release/index.html?org/apache/commons/io/monitor/package-summary.html">File Monitor</a>
    - a component for monitoring file system events</li>
 </ul>
 </p>