summaryrefslogtreecommitdiff
path: root/compat/mingw.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-11-18 18:23:58 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-11-18 18:23:58 +0900
commitb8a920919348bc6d6cdf27c2fd4f7ae5078869d8 (patch)
treee4307a3cc98564c49ab10fbede69a6b4151f3227 /compat/mingw.c
parentMerge branch 'js/mingw-create-hard-link' (diff)
parentmingw: replace an obsolete link with the superseding one (diff)
downloadtgif-b8a920919348bc6d6cdf27c2fd4f7ae5078869d8.tar.xz
Merge branch 'js/mingw-msdn-url'
The URL to an MSDN page in a comment has been updated. * js/mingw-msdn-url: mingw: replace an obsolete link with the superseding one
Diffstat (limited to 'compat/mingw.c')
-rw-r--r--compat/mingw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/mingw.c b/compat/mingw.c
index 14ef81874d..34b3880b29 100644
--- a/compat/mingw.c
+++ b/compat/mingw.c
@@ -1028,8 +1028,8 @@ char *mingw_getcwd(char *pointer, int len)
}
/*
- * See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx
- * (Parsing C++ Command-Line Arguments)
+ * See "Parsing C++ Command-Line Arguments" at Microsoft's Docs:
+ * https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments
*/
static const char *quote_arg(const char *arg)
{