summaryrefslogtreecommitdiffstats
path: root/compat/mingw.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2018-11-15 12:22:40 +0100
committerJunio C Hamano <gitster@pobox.com>2018-11-16 06:57:54 +0100
commit2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee (patch)
tree1d7472881055c6086e20cc4def18e154ec066bcc /compat/mingw.c
parentGit 2.19.1 (diff)
downloadgit-2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee.tar.xz
git-2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee.zip
mingw: replace an obsolete link with the superseding one
The MSDN documentation has been superseded by Microsoft Docs (which is backed by a repository on GitHub containing many, many files in Markdown format). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--compat/mingw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/mingw.c b/compat/mingw.c
index 858ca14a57..54758a3a50 100644
--- a/compat/mingw.c
+++ b/compat/mingw.c
@@ -897,8 +897,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)
{