diff options
author | Viktor Szakats <commit@vsz.me> | 2021-05-06 19:49:21 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2021-05-08 18:10:56 +0200 |
commit | 62b269b4a5f4502d6dc03d73bb5b552e80066885 (patch) | |
tree | 15dd579bd319dced016b72a7b69048caaed80a68 /zlib.h | |
parent | 811ddc9ce722d6c2ca613dbb9ae4da8194d15256 (diff) |
upgrade links to HTTPS
http://infozip.sourceforge.net/ is sadly not having HTTPS access
enabled. Shoutout to somebody with admin access for this project:
It would be nice to enable it and thus allowing secure access to
these pages via https://infozip.sourceforge.io/ . The option has
been there for a while now:
https://sourceforge.net/blog/introducing-https-for-project-websites/
also:
- follow permanent redirects
- add ending slashes
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ The data format used by the zlib library is described by RFCs (Request for - Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 + Comments) 1950 to 1952 in the files https://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). */ |