Skip to content
Snippets Groups Projects
Commit 2ef2ae29 authored by Johannes Schindelin's avatar Johannes Schindelin Committed by Junio C Hamano
Browse files

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: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent cae598d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
{
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment