From 1611e87d66df8bb8d2c28bf0815ec006230ae648 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 Aug 2025 15:29:25 +0200 Subject: [PATCH] docs: point two broken links to archive.org Closes #18393 --- docs/FAQ | 2 +- src/tool_doswin.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)) { -- 2.47.3