@@ -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