aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index beba22ea..4723b8ef 100644
--- a/README
+++ b/README
@@ -21,11 +21,11 @@ make_vms.com.
21 21
22Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 22Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
23<info@winimage.com> for the Windows DLL version. The zlib home page is 23<info@winimage.com> for the Windows DLL version. The zlib home page is
24http://zlib.net/ . Before reporting a problem, please check this site to 24https://zlib.net/ . Before reporting a problem, please check this site to
25verify that you have the latest version of zlib; otherwise get the latest 25verify that you have the latest version of zlib; otherwise get the latest
26version and check whether the problem still exists or not. 26version and check whether the problem still exists or not.
27 27
28PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. 28PLEASE read the zlib FAQ https://zlib.net/zlib_faq.html before asking for help.
29 29
30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997 30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
31issue of Dr. Dobb's Journal; a copy of the article is available at 31issue of Dr. Dobb's Journal; a copy of the article is available at
@@ -43,9 +43,9 @@ can be found at https://github.com/pmqs/IO-Compress .
43 43
44A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is 44A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
45available in Python 1.5 and later versions, see 45available in Python 1.5 and later versions, see
46http://docs.python.org/library/zlib.html . 46https://docs.python.org/3/library/zlib.html .
47 47
48zlib is built into tcl: http://wiki.tcl.tk/4610 . 48zlib is built into tcl: https://wiki.tcl-lang.org/page/zlib .
49 49
50An experimental package to read and write files in .zip format, written on top 50An experimental package to read and write files in .zip format, written on top
51of zlib by Gilles Vollant <info@winimage.com>, is available in the 51of zlib by Gilles Vollant <info@winimage.com>, is available in the
@@ -69,7 +69,7 @@ Notes for some targets:
69- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with 69- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
70 other compilers. Use "make test" to check your compiler. 70 other compilers. Use "make test" to check your compiler.
71 71
72- For PalmOs, see http://palmzlib.sourceforge.net/ 72- For PalmOs, see https://palmzlib.sourceforge.net/
73 73
74 74
75Acknowledgments: 75Acknowledgments: