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 /deflate.c | |
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 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ * REFERENCES * * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification". - * Available in http://tools.ietf.org/html/rfc1951 + * Available in https://tools.ietf.org/html/rfc1951 * * A description of the Rabin and Karp algorithm is given in the book * "Algorithms" by R. Sedgewick, Addison-Wesley, p252. |