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

Skip to content

Commit ab2f9f7

Browse files
committed
Update link to the zlib homepage.
1 parent f291074 commit ab2f9f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libzlib.tex

Lines changed: 4 additions & 4 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{http://www.cdrom.com/pub/infozip/zlib/}. Version 1.1.3 is the
13-
most recent version as of April 1999; 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.
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.
1616

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

0 commit comments

Comments
 (0)