Skip to content

Commit 2c08228

Browse files
committed
Merge branch 'mingw-update-msdn-link-v1'
2 parents dba5b70 + 50a8aa9 commit 2c08228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/mingw.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,8 @@ char *mingw_getcwd(char *pointer, int len)
927927
}
928928

929929
/*
930-
* See http://msdn2.microsoft.com/en-us/library/17w5ykft(vs.71).aspx
931-
* (Parsing C++ Command-Line Arguments)
930+
* See "Parsing C++ Command-Line Arguments" at Microsoft's Docs:
931+
* https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments
932932
*/
933933
static const char *quote_arg(const char *arg)
934934
{

0 commit comments

Comments
 (0)