aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJustin Dhillon <justin.singh.dhillon@gmail.com>2024-02-07 15:14:24 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-02-07 15:35:51 -0800
commit504403f3e468bca2dc85c055d96ad392e9c7aae0 (patch)
tree42fb905a728c4b0946c810ca38cbdd798d6a813d /win32
parent81e7c386082ccff6a6f9ba78013a79cf8e1657d2 (diff)
downloadzlib-504403f3e468bca2dc85c055d96ad392e9c7aae0.tar.gz
zlib-504403f3e468bca2dc85c055d96ad392e9c7aae0.tar.bz2
zlib-504403f3e468bca2dc85c055d96ad392e9c7aae0.zip
Fix broken links.
Diffstat (limited to 'win32')
-rw-r--r--win32/DLL_FAQ.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/DLL_FAQ.txt b/win32/DLL_FAQ.txt
index d8cf5f3..07760df 100644
--- a/win32/DLL_FAQ.txt
+++ b/win32/DLL_FAQ.txt
@@ -6,7 +6,7 @@ This document describes the design, the rationale, and the usage
6of the common DLL build of zlib, named ZLIB1.DLL. If you have 6of the common DLL build of zlib, named ZLIB1.DLL. If you have
7general questions about zlib, you should see the file "FAQ" found 7general questions about zlib, you should see the file "FAQ" found
8in the zlib distribution, or at the following location: 8in the zlib distribution, or at the following location:
9 http://www.gzip.org/zlib/zlib_faq.html 9 https://www.zlib.net/zlib_faq.html
10 10
11 11
12 1. What is ZLIB1.DLL, and how can I get it? 12 1. What is ZLIB1.DLL, and how can I get it?