]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated link to zlib's home page.
authorFred Drake <fdrake@acm.org>
Mon, 25 Jun 2001 15:30:33 +0000 (15:30 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 25 Jun 2001 15:30:33 +0000 (15:30 +0000)
Doc/lib/libzlib.tex

index 2c99fb45f0dcba5b08e41d193c7fa9c017c3762b..c78523b1ff02592bd103a44b772af6f39f40e05b 100644 (file)
@@ -9,7 +9,7 @@
 For applications that require data compression, the functions in this
 module allow compression and decompression, using the zlib library.
 The zlib library has its own home page at
-\url{http://www.info-zip.org/pub/infozip/zlib/}.  Version 1.1.3 is the
+\url{http://www.gzip.org/zlib/}.  Version 1.1.3 is the
 most recent version as of September 2000; use a later version if one
 is available.  There are known incompatibilities between the Python
 module and earlier versions of the zlib library.
@@ -149,6 +149,5 @@ action is to delete the object.
 
 \begin{seealso}
   \seemodule{gzip}{Reading and writing \program{gzip}-format files.}
-  \seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
-          zlib library home page.}
+  \seeurl{http://www.gzip.org/zlib/}{The zlib library home page.}
 \end{seealso}