Merge branch 'js/mingw-msdn-url'
[gitweb.git] / compat / mingw.c
index 14ef81874d182b12a3cb6581639398c63ab5eee3..34b3880b29d57eee6d6ae0afbb786d7980e7fa3e 100644 (file)
@@ -1028,8 +1028,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)
 {