Skip to content

Commit 1611e87

Browse files
committed
docs: point two broken links to archive.org
Closes curl#18393
1 parent cda243d commit 1611e87

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ FAQ
10261026
timeout is set.
10271027

10281028
See option TcpMaxConnectRetransmissions on this page:
1029-
https://support.microsoft.com/en-us/kb/175523/en-us
1029+
https://web.archive.org/web/20160819015101/support.microsoft.com/en-us/kb/175523
10301030

10311031
Also, even on non-Windows systems there may run a firewall or anti-virus
10321032
software or similar that accepts the connection but does not actually do

src/tool_doswin.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@ static SANITIZEcode rename_if_reserved_dos(char **const sanitized,
472472

473473
/* Rename reserved device names that are known to be accessible without \\.\
474474
Examples: CON => _CON, CON.EXT => CON_EXT, CON:ADS => CON_ADS
475-
https://support.microsoft.com/en-us/kb/74496
475+
https://web.archive.org/web/20160314141551/
476+
support.microsoft.com/en-us/kb/74496
476477
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247.aspx
477478
*/
478479
for(p = fname; p; p = (p == fname && fname != base ? base : NULL)) {

0 commit comments

Comments
 (0)