Skip to content

Commit 733dc26

Browse files
author
Bruno Kinoshita
committed
IO-550 fix javadocs links in description page
1 parent 5899f1e commit 733dc26

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.6" date="2017-MM-DD" description="New features and bug fixes.">
50+
<action issue="IO-550" dev="kinow" type="fix" due-to="Jimi Adrian">
51+
Documentation issue, fix 404 Javadoc issues in the description page
52+
</action>
5053
<action issue="IO-542" dev="pschumacher" type="update" due-to="Ilmars Poikans">
5154
FileUtils#readFileToByteArray: optimize reading of files with known size
5255
</action>

src/site/xdoc/description.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ limitations under the License.
9292

9393
<subsection name="FileUtils">
9494
<p>
95-
The <a href="api-release/index.html?org/apache/commons/io/FileUtils.html">FileUtils</a>
95+
The <a href="javadocs/api-release/index.html?org/apache/commons/io/FileUtils.html">FileUtils</a>
9696
class contains utility methods for working with File objects.
9797
These include reading, writing, copying and comparing files.
9898
</p>
@@ -106,7 +106,7 @@ limitations under the License.
106106

107107
<subsection name="FilenameUtils">
108108
<p>
109-
The <a href="api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>
109+
The <a href="javadocs/api-release/index.html?org/apache/commons/io/FilenameUtils.html">FilenameUtils</a>
110110
class contains utility methods for working with filenames <i>without</i>
111111
using File objects. The class aims to be consistent
112112
between Unix and Windows, to aid transitions between these
@@ -123,7 +123,7 @@ limitations under the License.
123123

124124
<subsection name="FileSystemUtils">
125125
<p>
126-
The <a href="api-release/index.html?org/apache/commons/io/FileSystemUtils.html">FileSystemUtils</a>
126+
The <a href="javadocs/api-release/index.html?org/apache/commons/io/FileSystemUtils.html">FileSystemUtils</a>
127127
class contains
128128
utility methods for working with the file system
129129
to access functionality not supported by the JDK.
@@ -155,13 +155,13 @@ limitations under the License.
155155

156156
<ul>
157157
<li>
158-
The <a href="api-release/index.html?org/apache/commons/io/EndianUtils.html">EndianUtils</a>
158+
The <a href="javadocs/api-release/index.html?org/apache/commons/io/EndianUtils.html">EndianUtils</a>
159159
class contains static methods for swapping the Endian-ness
160160
of Java primitives and streams.
161161
</li>
162162

163163
<li>
164-
The <a href="api-release/index.html?org/apache/commons/io/input/SwappedDataInputStream.html">SwappedDataInputStream</a>
164+
The <a href="javadocs/api-release/index.html?org/apache/commons/io/input/SwappedDataInputStream.html">SwappedDataInputStream</a>
165165
class is an implementation of the <code>DataInput</code> interface. With
166166
this, one can read data from files of non-native Endian-ness.
167167
</li>
@@ -199,7 +199,7 @@ limitations under the License.
199199
<p>
200200
The <code>org.apache.commons.io.filefilter</code>
201201
package defines an interface
202-
(<a href="api-release/index.html?org/apache/commons/io/filefilter/IOFileFilter.html">IOFileFilter</a>)
202+
(<a href="javadocs/api-release/index.html?org/apache/commons/io/filefilter/IOFileFilter.html">IOFileFilter</a>)
203203
that combines both <code>java.io.FileFilter</code> and
204204
<code>java.io.FilenameFilter</code>. Besides
205205
that the package offers a series of ready-to-use
@@ -211,7 +211,7 @@ limitations under the License.
211211
</p>
212212
<p>
213213
See the
214-
<a href="api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">filefilter</a>
214+
<a href="javadocs/api-release/index.html?org/apache/commons/io/filefilter/package-summary.html">filefilter</a>
215215
package javadoc for more details.
216216
</p>
217217
</section>
@@ -226,7 +226,7 @@ limitations under the License.
226226
</p>
227227
<p>
228228
See the
229-
<a href="api-release/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
229+
<a href="javadocs/api-release/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
230230
package javadoc for more details.
231231
</p>
232232
</section>
@@ -248,8 +248,8 @@ limitations under the License.
248248
</p>
249249
<p>
250250
See the
251-
<a href="api-release/index.html?org/apache/commons/io/input/package-summary.html">input</a> or
252-
<a href="api-release/index.html?org/apache/commons/io/output/package-summary.html">output</a>
251+
<a href="javadocs/api-release/index.html?org/apache/commons/io/input/package-summary.html">input</a> or
252+
<a href="javadocs/api-release/index.html?org/apache/commons/io/output/package-summary.html">output</a>
253253
package javadoc for more details.
254254
</p>
255255
</section>

0 commit comments

Comments
 (0)