diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-02-06 19:21:05 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-02-06 19:21:05 +0000 |
commit | 88bdd7cf6fba438bbb3d89641bf03b14e8feead6 (patch) | |
tree | 9d19838712fc85141b75e5b6af580b149f8e3402 /lib/http_ntlm.c | |
parent | 423a93ce32215c9854b0b077aeb5ea723a1f0f63 (diff) | |
download | curl-88bdd7cf6fba438bbb3d89641bf03b14e8feead6.tar.gz |
use *.sourceforge.io and misc URL updates
Ref: https://sourceforge.net/blog/introducing-https-for-project-websites/
Closes: https://github.com/curl/curl/pull/1247
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r-- | lib/http_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 21c77cd68..8a78bd293 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -27,7 +27,7 @@ /* * NTLM details: * - * http://davenport.sourceforge.net/ntlm.html + * https://davenport.sourceforge.io/ntlm.html * https://www.innovation.ch/java/ntlm.html */ |