From: Viktor Szakats Date: Sun, 7 Sep 2025 17:19:05 +0000 (+0200) Subject: lib: fix broken link in comment X-Git-Tag: curl-8_16_0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f7db9e372e2e714603075059d74d77da35935d3;p=thirdparty%2Fcurl.git lib: fix broken link in comment --- diff --git a/lib/http_digest.c b/lib/http_digest.c index dbc6023eb3..f4e920706c 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -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) {