Skip to content

Commit 2b6de28

Browse files
committed
fix links [IO-370]
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1452853 13f79535-47bb-0310-9956-ffa450edef68
1 parent c2c637a commit 2b6de28

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/site/xdoc/bestpractices.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<p>
5050
<i>
5151
Version 1.1 of commons-io now includes a dedicated filename
52-
handling class - <a href="api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>.
52+
handling class - <a href="javadocs/api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>.
5353
This does handle many of these filename issues, however we still
5454
recommend, wherever possible, that you use java.io.File objects.
5555
</i>

src/site/xdoc/description.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<section name="Utility classes">
4343
<subsection name="IOUtils">
4444
<p>
45-
<a href="api-release/index.html?org/apache/commons/io/IOUtils.html">IOUtils</a>
45+
<a href="javadocs/api-release/index.html?org/apache/commons/io/IOUtils.html">IOUtils</a>
4646
contains utility methods dealing with reading, writing and copying.
4747
The methods work on InputStream, OutputStream, Reader and Writer.
4848
</p>

src/site/xdoc/index.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ Commons IO is a library of utilities to assist with developing IO functionality.
2929
<p>
3030
There are six main areas included:
3131
<ul>
32-
<li><a href="api-release/index.html?org/apache/commons/io/package-summary.html">Utility classes</a>
32+
<li><a href="javadocs/api-release/index.html?org/apache/commons/io/package-summary.html">Utility classes</a>
3333
- with static methods to perform common tasks</li>
34-
<li><a href="api-release/index.html?org/apache/commons/io/input/package-summary.html">Input</a>
34+
<li><a href="javadocs/api-release/index.html?org/apache/commons/io/input/package-summary.html">Input</a>
3535
- useful Input Stream and Reader implementations</li>
36-
<li><a href="api-release/index.html?org/apache/commons/io/output/package-summary.html">Output</a>
36+
<li><a href="javadocs/api-release/index.html?org/apache/commons/io/output/package-summary.html">Output</a>
3737
- useful Output Stream and Writer implementations</li>
38-
<li><a href="api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">Filters</a>
38+
<li><a href="javadocs/api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">Filters</a>
3939
- various implementations of file filters</li>
40-
<li><a href="api-release/index.html?org/apache/commons/io/comparator/package-summary.html">Comparators</a>
40+
<li><a href="javadocs/api-release/index.html?org/apache/commons/io/comparator/package-summary.html">Comparators</a>
4141
- various implementations of <code>java.util.Comparator</code> for files</li>
42-
<li><a href="api-release/index.html?org/apache/commons/io/monitor/package-summary.html">File Monitor</a>
42+
<li><a href="javadocs/api-release/index.html?org/apache/commons/io/monitor/package-summary.html">File Monitor</a>
4343
- a component for monitoring file system events</li>
4444
</ul>
4545
</p>

0 commit comments

Comments
 (0)