fixed link to SwappedDataInputStream


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140569 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/commons/io/package.html b/src/java/org/apache/commons/io/package.html
index c5dc942..e15ba48 100644
--- a/src/java/org/apache/commons/io/package.html
+++ b/src/java/org/apache/commons/io/package.html
@@ -99,7 +99,7 @@
        <li>The <a href="EndianUtil.html">org.apache.commons.io.EndianUtil</a>
 class       contains static methods for swapping the Endian-ness of Java
 primitives and streams.</li>
-       <li>The       <a href="SwappedDataInputStream.html">org.apache.avalon.excalibur.io.SwappedDataInputStream</a> 
+       <li>The       <a href="input/SwappedDataInputStream.html">org.apache.commons.io.input.SwappedDataInputStream</a> 
       class is an implementation of the {@link java.io.DataInput} interface.
 With this, one can read       data from files of non-native Endian-ness.</li>