]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: point two broken links to archive.org
authorViktor Szakats <commit@vsz.me>
Mon, 25 Aug 2025 13:29:25 +0000 (15:29 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 25 Aug 2025 17:43:03 +0000 (19:43 +0200)
Closes #18393

docs/FAQ
src/tool_doswin.c

index 63614be17394bac1619fdbbae208a947e59b83a1..640dc1ab2a875b8ed8aa3768d0c389ba14be9010 100644 (file)
--- 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
index bff8573d7ceb0d2d1531acffc42497243f6b097d..2b3233a2770087ec34176a73c86c878e91bbbb73 100644 (file)
@@ -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)) {