From 50a8aa9f883f384fdb4841a2f5c53fe15d75618d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 15 Nov 2018 11:52:51 +0100 Subject: [PATCH] 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 --- compat/mingw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/mingw.c b/compat/mingw.c index 18caf21969..bd9e5afb96 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -927,8 +927,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) {