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>
Johannes Schindelin committed
Nov 15, 2018 at 03:22 UTC
2ef2ae2917a6d648bf3b356bf5d30300bbe5eaee
1 file changed
+2
-2
compat/mingw.c
+2
-2
@@ -897,8 +897,8 @@ char *mingw_getcwd(char *pointer, int len)
897
}
898
899
/*
900
- * See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx
901
- * (Parsing C++ Command-Line Arguments)
900
+ * See "Parsing C++ Command-Line Arguments" at Microsoft's Docs:
901
+ * https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments
902
*/
903
static const char *quote_arg(const char *arg)
904
{