]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mingw: replace an obsolete link with the superseding one
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 15 Nov 2018 11:22:40 +0000 (03:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Nov 2018 05:57:54 +0000 (14:57 +0900)
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>
compat/mingw.c

index 858ca14a57351062d2bba147c72ed460fb0aa533..54758a3a5071be2fc089db934738c7896bb493f3 100644 (file)
@@ -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)
 {