summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_core.c
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2022-10-01 18:23:09 +0000
committerViktor Szakats <commit@vsz.me>2022-10-01 18:40:47 +0000
commit265fbd937e8fb82df83bfa2288feb4a8f9330a42 (patch)
treec5c3b478cac8594f51be58789fdd61e209170c85 /lib/curl_ntlm_core.c
parentf77bde42d5ecde9a1da212785c9a714064b29adb (diff)
downloadcurl-265fbd937e8fb82df83bfa2288feb4a8f9330a42.tar.gz
docs: update sourceforge project links [ci skip]
SourceForge projects can now choose between two hostnames, with .io and .net ending. Both support HTTPS by default now. Opening the other variant will perm-redirected to the one chosen by the project. The .io -> .net redirection is done insecurely. Let's update the URLs to point to the current canonical endpoints to avoid any redirects. Closes #9630
Diffstat (limited to 'lib/curl_ntlm_core.c')
-rw-r--r--lib/curl_ntlm_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_ntlm_core.c b/lib/curl_ntlm_core.c
index b56c647a5..38e193c18 100644
--- a/lib/curl_ntlm_core.c
+++ b/lib/curl_ntlm_core.c
@@ -29,7 +29,7 @@
/*
* NTLM details:
*
- * https://davenport.sourceforge.io/ntlm.html
+ * https://davenport.sourceforge.net/ntlm.html
* https://www.innovation.ch/java/ntlm.html
*/