diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-03-12 08:55:17 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 08:55:17 +0900 |
| commit | a86ac16e547d213d05835c78b45a6973ea80a0bd (patch) | |
| tree | 70b65d9b98379fd4df63306d6900c9036b87111a | |
| parent | bb790d3412c6b3655986224dc5688baa9562d7b0 (diff) | |
| parent | 3a3e7ebdf0fd4813ebdebe652a5d025a45976f33 (diff) | |
| download | rust-a86ac16e547d213d05835c78b45a6973ea80a0bd.tar.gz rust-a86ac16e547d213d05835c78b45a6973ea80a0bd.zip | |
Rollup merge of #82966 - tspiteri:msys2-link, r=Mark-Simulacrum
update MSYS2 link in README Now https://msys2.github.io/ redirects to https://www.msys2.org/, so the README might just link to that immediately.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index cc073875cde..5ec94e189f8 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ build. [MSYS2][msys2] can be used to easily build Rust on Windows: -[msys2]: https://msys2.github.io/ +[msys2]: https://www.msys2.org/ 1. Grab the latest [MSYS2 installer][msys2] and go through the installer. |
