Skip to content

Commit facdaff

Browse files
committed
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 <[email protected]>
1 parent 0d438c7 commit facdaff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/mingw.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,8 @@ char *mingw_getcwd(char *pointer, int len)
897897
}
898898

899899
/*
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
902902
*/
903903
static const char *quote_arg(const char *arg)
904904
{

0 commit comments

Comments
 (0)