7195933: There is incorrect link to "Info-ZIP Application Note 970311" in doc page of Package java.util.zip

Correct a java doc link in java.util.zip package page

Reviewed-by: chegar, lancea, sherman
This commit is contained in:
Dan Xu 2012-09-18 14:45:09 -07:00 committed by Dan Xu
parent 3b337824c0
commit 8831f6fde2

View File

@ -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 @@ input streams.
</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.