Skip to content

Commit b037d33

Browse files
committed
Updated link to zlib's home page.
1 parent 19f273c commit b037d33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/lib/libzlib.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ \section{\module{zlib} ---
99
For applications that require data compression, the functions in this
1010
module allow compression and decompression, using the zlib library.
1111
The zlib library has its own home page at
12-
\url{http://www.info-zip.org/pub/infozip/zlib/}. Version 1.1.3 is the
12+
\url{http://www.gzip.org/zlib/}. Version 1.1.3 is the
1313
most recent version as of September 2000; use a later version if one
1414
is available. There are known incompatibilities between the Python
1515
module and earlier versions of the zlib library.
@@ -149,6 +149,5 @@ \section{\module{zlib} ---
149149

150150
\begin{seealso}
151151
\seemodule{gzip}{Reading and writing \program{gzip}-format files.}
152-
\seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
153-
zlib library home page.}
152+
\seeurl{http://www.gzip.org/zlib/}{The zlib library home page.}
154153
\end{seealso}

0 commit comments

Comments
 (0)