Fix broken links.

This commit is contained in:
Justin Dhillon 2024-02-07 15:14:24 -08:00 committed by Mark Adler
parent 81e7c38608
commit 504403f3e4
6 changed files with 579 additions and 579 deletions

2
FAQ
View File

@ -19,7 +19,7 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html
3. Where can I get a Visual Basic interface to zlib? 3. Where can I get a Visual Basic interface to zlib?
See See
* http://marknelson.us/1997/01/01/zlib-engine/ * https://marknelson.us/posts/1997/01/01/zlib-engine.html
* win32/DLL_FAQ.txt in the zlib distribution * win32/DLL_FAQ.txt in the zlib distribution
4. compress() returns Z_BUF_ERROR. 4. compress() returns Z_BUF_ERROR.

View File

@ -2,7 +2,7 @@
Release 1.3 Release 1.3
ZLib.Ada is a thick binding interface to the popular ZLib data ZLib.Ada is a thick binding interface to the popular ZLib data
compression library, available at http://www.gzip.org/zlib/. compression library, available at https://zlib.net/.
It provides Ada-style access to the ZLib C library. It provides Ada-style access to the ZLib C library.

View File

@ -177,7 +177,7 @@ printf("#define dsNiceMatch %u\n",(int)(((char*)&(s->nice_match))-((char*)s)
; ;
; gcc on macosx-linux: ; gcc on macosx-linux:
; see http://www.x86-64.org/documentation/abi-0.99.pdf ; see https://refspecs.linuxbase.org/elf/x86_64-abi-0.99.pdf
; param 1 in rdi, param 2 in rsi ; param 1 in rdi, param 2 in rsi
; rbx, rsp, rbp, r12 to r15 must be preserved ; rbx, rsp, rbp, r12 to r15 must be preserved

View File

@ -58,7 +58,7 @@
<QPM:ProductIconLarge></QPM:ProductIconLarge> <QPM:ProductIconLarge></QPM:ProductIconLarge>
<QPM:ProductDescriptionShort>A massively spiffy yet delicately unobtrusive compression library.</QPM:ProductDescriptionShort> <QPM:ProductDescriptionShort>A massively spiffy yet delicately unobtrusive compression library.</QPM:ProductDescriptionShort>
<QPM:ProductDescriptionLong>zlib is designed to be a free, general-purpose, legally unencumbered, lossless data compression library for use on virtually any computer hardware and operating system.</QPM:ProductDescriptionLong> <QPM:ProductDescriptionLong>zlib is designed to be a free, general-purpose, legally unencumbered, lossless data compression library for use on virtually any computer hardware and operating system.</QPM:ProductDescriptionLong>
<QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL> <QPM:ProductDescriptionURL>https://zlib.net/</QPM:ProductDescriptionURL>
<QPM:ProductDescriptionEmbedURL></QPM:ProductDescriptionEmbedURL> <QPM:ProductDescriptionEmbedURL></QPM:ProductDescriptionEmbedURL>
</QPM:ProductDescription> </QPM:ProductDescription>

View File

@ -6,7 +6,7 @@ This document describes the design, the rationale, and the usage
of the common DLL build of zlib, named ZLIB1.DLL. If you have of the common DLL build of zlib, named ZLIB1.DLL. If you have
general questions about zlib, you should see the file "FAQ" found general questions about zlib, you should see the file "FAQ" found
in the zlib distribution, or at the following location: in the zlib distribution, or at the following location:
http://www.gzip.org/zlib/zlib_faq.html https://www.zlib.net/zlib_faq.html
1. What is ZLIB1.DLL, and how can I get it? 1. What is ZLIB1.DLL, and how can I get it?

2
zlib.3
View File

@ -86,7 +86,7 @@ Mark Nelson wrote an article about
for the Jan. 1997 issue of Dr. Dobb's Journal; for the Jan. 1997 issue of Dr. Dobb's Journal;
a copy of the article is available at: a copy of the article is available at:
.IP .IP
http://marknelson.us/1997/01/01/zlib-engine/ https://marknelson.us/posts/1997/01/01/zlib-engine.html
.SH "REPORTING PROBLEMS" .SH "REPORTING PROBLEMS"
Before reporting a problem, Before reporting a problem,
please check the please check the