From eaa168e1b9a3a61a6ae4dd887a4c3206a69902bb Mon Sep 17 00:00:00 2001 From: fibbbonachos Date: Tue, 10 Oct 2023 12:50:04 +0530 Subject: [PATCH] Fixes: #4114. Replace 'www.mingw.org' redirect in CONTRIBUTING.md to 'https://sourceforge.net/projects/mingw/' because the original link no longer works as expected. --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 82f4f46157c..6b32efb8e10 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -39,7 +39,7 @@ You might need to run this with `sudo` or administrator permissions. **NOTE:** Visual Studio doesn't install C++ by default. You have to rerun the setup, select "Modify" and then check `Visual C++ -> Common Tools for Visual C++` (see http://stackoverflow.com/a/31955339) -- [MinGW](http://www.mingw.org) +- [MinGW](https://sourceforge.net/projects/mingw/) You might need to `npm config set msvs_version 2019` for node-gyp to correctly detect the version of Visual Studio you're using (in this example VS2019).