diff --git a/src/main/org/apache/tools/zip/ZipEntry.java b/src/main/org/apache/tools/zip/ZipEntry.java index 33dbcaa2e..a14abccfb 100644 --- a/src/main/org/apache/tools/zip/ZipEntry.java +++ b/src/main/org/apache/tools/zip/ZipEntry.java @@ -28,8 +28,7 @@ import java.util.zip.ZipException; * access to the internal and external file attributes. * *
The extra data is expected to follow the recommendation of - * {@link http://www.pkware.com/documents/casestudies/APPNOTE.TXT - * APPNOTE.txt}:
+ * the .ZIP File Format Specification created by PKWARE Inc. : *