aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/win32-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/win32-utils.c')
-rw-r--r--wsutil/win32-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/win32-utils.c b/wsutil/win32-utils.c
index 50e74a2738..eed56d851d 100644
--- a/wsutil/win32-utils.c
+++ b/wsutil/win32-utils.c
@@ -190,7 +190,7 @@ win32strexception(DWORD exception)
}
// This appears to be the closest equivalent to SIGPIPE on Windows.
-// https://blogs.msdn.microsoft.com/oldnewthing/20131209-00/?p=2433
+// https://devblogs.microsoft.com/oldnewthing/?p=2433
// https://stackoverflow.com/a/53214/82195
static void win32_kill_child_on_exit(HANDLE child_handle) {