7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip
authordxu
Tue, 18 Sep 2012 14:45:09 -0700
changeset 13819 bea90847ee7e
parent 13818 d94217d9f609
child 13820 a7148b4ceb0a
7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip Summary: Correct a java doc link in java.util.zip package page Reviewed-by: chegar, lancea, sherman Contributed-by: dan.xu@oracle.com
jdk/src/share/classes/java/util/zip/package.html
--- a/jdk/src/share/classes/java/util/zip/package.html	Tue Sep 18 21:21:10 2012 +0100
+++ b/jdk/src/share/classes/java/util/zip/package.html	Tue Sep 18 14:45:09 2012 -0700
@@ -2,7 +2,7 @@
 <html>
 <head>
 <!--
-Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 
 This code is free software; you can redistribute it and/or modify it
@@ -41,7 +41,7 @@
 
 </a>
 <ul>
-  <li><a href="ftp://ftp.uu.net/pub/archiving/zip/doc/appnote-970311-iz.zip">
+  <li><a href="http://www.info-zip.org/doc/appnote-19970311-iz.zip">
       Info-ZIP Application Note 970311
       </a> - a detailed description of the Info-ZIP format upon which
       the <code>java.util.zip</code> classes are based.