]> git.proxmox.com Git - cargo.git/blobdiff - vendor/cc/README.md
Update upstream source from tag 'upstream/0.66.0'
[cargo.git] / vendor / cc / README.md
index b52e095b940567b34f80d2f3205a2cc2920b9bac..863540d2d941e879e1614b4fde2cedd27d26271c 100644 (file)
@@ -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