]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: fix broken link in comment
authorViktor Szakats <commit@vsz.me>
Sun, 7 Sep 2025 17:19:05 +0000 (19:19 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 7 Sep 2025 17:19:05 +0000 (19:19 +0200)
lib/http_digest.c

index dbc6023eb323e0ff2d2720c2da0d2b3a2f557329..f4e920706c63b61c3bd75b284ed58db024fd142a 100644 (file)
@@ -141,7 +141,7 @@ CURLcode Curl_output_digest(struct Curl_easy *data,
      https://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html#msie
 
      Further details on Digest implementation differences:
-     http://www.fngtps.com/2006/09/http-authentication
+     https://web.archive.org/web/2009/fngtps.com/2006/09/http-authentication
   */
 
   if(authp->iestyle) {