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)) {