From: Johannes Schindelin Date: Thu, 15 Nov 2018 11:22:40 +0000 (-0800) Subject: mingw: replace an obsolete link with the superseding one X-Git-Tag: v2.20.0-rc0~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee?ds=inline;hp=-c 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 Signed-off-by: Junio C Hamano --- 2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee 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) {