summaryrefslogtreecommitdiffstats
path: root/vendor/cc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/cc/README.md')
-rw-r--r--vendor/cc/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/cc/README.md b/vendor/cc/README.md
index b52e095b9..863540d2d 100644
--- a/vendor/cc/README.md
+++ b/vendor/cc/README.md
@@ -135,12 +135,12 @@ required varies per platform, but there are three broad categories:
the appropriate developer tools shell.
* Windows platforms targeting MinGW (e.g. your target triple ends in `-gnu`)
require `cc` to be available in `PATH`. We recommend the
- [MinGW-w64](http://mingw-w64.org) distribution, which is using the
- [Win-builds](http://win-builds.org) installation system.
+ [MinGW-w64](https://www.mingw-w64.org/) distribution, which is using the
+ [Win-builds](http://win-builds.org/) installation system.
You may also acquire it via
[MSYS2](https://www.msys2.org/), as explained [here][msys2-help]. Make sure
to install the appropriate architecture corresponding to your installation of
- rustc. GCC from older [MinGW](http://www.mingw.org) project is compatible
+ rustc. GCC from older [MinGW](http://www.mingw.org/) project is compatible
only with 32-bit rust compiler.
[msys2-help]: https://github.com/rust-lang/rust#building-on-windows