summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-16 06:18:26 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-16 06:18:26 (GMT)
commit315b9e0ac1466bc9a1736e6dbfe99ee8e279aec2 (patch)
tree1651c46cb33938fe5b71629ef0e2cdc6022afde6
parentab2f9f766ff6f77c294c039fcd6c2ec25de3d3f0 (diff)
downloadcpython-315b9e0ac1466bc9a1736e6dbfe99ee8e279aec2.zip
cpython-315b9e0ac1466bc9a1736e6dbfe99ee8e279aec2.tar.gz
cpython-315b9e0ac1466bc9a1736e6dbfe99ee8e279aec2.tar.bz2
Update *both* uses of the URL to the zlib home page, and use the version
advertised as the canonical form.
-rw-r--r--Doc/lib/libzlib.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex
index f1662ef..0b3dd09 100644
--- a/Doc/lib/libzlib.tex
+++ b/Doc/lib/libzlib.tex
@@ -9,10 +9,10 @@
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{ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html}. 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.
+\url{http://www.info-zip.org/pub/infozip/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.
The available exception and functions in this module are:
@@ -149,6 +149,6 @@ action is to delete the object.
\begin{seealso}
\seemodule{gzip}{reading and writing \program{gzip}-format files}
- \seetext{The zlib library home page is located at
- \url{http://www.cdrom.com/pub/infozip/zlib/}.}
+ \seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
+ zlib library home page.}
\end{seealso}