From: Viktor Szakats Date: Mon, 25 Aug 2025 13:29:25 +0000 (+0200) Subject: docs: point two broken links to archive.org X-Git-Tag: curl-8_16_0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1611e87d66df8bb8d2c28bf0815ec006230ae648;p=thirdparty%2Fcurl.git docs: point two broken links to archive.org Closes #18393 --- diff --git a/docs/FAQ b/docs/FAQ index 63614be173..640dc1ab2a 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1026,7 +1026,7 @@ FAQ timeout is set. See option TcpMaxConnectRetransmissions on this page: - https://support.microsoft.com/en-us/kb/175523/en-us + https://web.archive.org/web/20160819015101/support.microsoft.com/en-us/kb/175523 Also, even on non-Windows systems there may run a firewall or anti-virus software or similar that accepts the connection but does not actually do diff --git a/src/tool_doswin.c b/src/tool_doswin.c index bff8573d7c..2b3233a277 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -472,7 +472,8 @@ static SANITIZEcode rename_if_reserved_dos(char **const sanitized, /* Rename reserved device names that are known to be accessible without \\.\ Examples: CON => _CON, CON.EXT => CON_EXT, CON:ADS => CON_ADS - https://support.microsoft.com/en-us/kb/74496 + https://web.archive.org/web/20160314141551/ + support.microsoft.com/en-us/kb/74496 https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247.aspx */ for(p = fname; p; p = (p == fname && fname != base ? base : NULL)) {