diff mbox series

[1/1] mingw: replace an obsolete link with the superseding one

Message ID c78e1b73f0d23657a0723cfcade916097d6abda0.1542280956.git.gitgitgadget@gmail.com (mailing list archive)
State New, archived
Headers show
Series mingw: update a link to the official documentation | expand

Commit Message

Linus Arver via GitGitGadget Nov. 15, 2018, 11:22 a.m. UTC
From: Johannes Schindelin <johannes.schindelin@gmx.de>

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>
---
 compat/mingw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Johannes Sixt Nov. 15, 2018, 6:20 p.m. UTC | #1
Am 15.11.18 um 12:22 schrieb Johannes Schindelin via GitGitGadget:
> From: Johannes Schindelin <johannes.schindelin@gmx.de>
> 
> 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>
> ---
>   compat/mingw.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/compat/mingw.c b/compat/mingw.c
> index d2f4fabb44..9e42b0ee26 100644
> --- a/compat/mingw.c
> +++ b/compat/mingw.c
> @@ -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)
>   {
> 

Thank you! That's much better than the original obfuscated page name.

-- Hannes
diff mbox series

Patch

diff --git a/compat/mingw.c b/compat/mingw.c
index d2f4fabb44..9e42b0ee26 100644
--- a/compat/mingw.c
+++ b/compat/mingw.c
@@ -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)
 {