Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 315b9e0

Browse files
committed
Update *both* uses of the URL to the zlib home page, and use the version
advertised as the canonical form.
1 parent ab2f9f7 commit 315b9e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/lib/libzlib.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ \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{ftp://ftp.freesoftware.com/pub/infozip/zlib/zlib.html}. Version
13-
1.1.3 is the most recent version as of September 2000; use a later
14-
version if one is available. There are known incompatibilities
15-
between the Python module and earlier versions of the zlib library.
12+
\url{http://www.info-zip.org/pub/infozip/zlib/}. Version 1.1.3 is the
13+
most recent version as of September 2000; use a later version if one
14+
is available. There are known incompatibilities between the Python
15+
module and earlier versions of the zlib library.
1616

1717
The available exception and functions in this module are:
1818

@@ -149,6 +149,6 @@ \section{\module{zlib} ---
149149

150150
\begin{seealso}
151151
\seemodule{gzip}{reading and writing \program{gzip}-format files}
152-
\seetext{The zlib library home page is located at
153-
\url{http://www.cdrom.com/pub/infozip/zlib/}.}
152+
\seeurl{http://www.info-zip.org/pub/infozip/zlib/}{The
153+
zlib library home page.}
154154
\end{seealso}

0 commit comments

Comments
 (0)