diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-07-06 19:13:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-06 19:13:07 -0400 |
| commit | 2acce41d185a57adf0cf2bf93c15ce8e28618c9f (patch) | |
| tree | a4169b6101b811168448e520534cd4b7a1c867a0 | |
| parent | 05806aed66933dd2eceb98fea9a988ce801a2f9f (diff) | |
| parent | c6a04d9ba44d98de58dff18684463ce9d9b2b22d (diff) | |
| download | rust-2acce41d185a57adf0cf2bf93c15ce8e28618c9f.tar.gz rust-2acce41d185a57adf0cf2bf93c15ce8e28618c9f.zip | |
Rollup merge of #34619 - frewsxcv:patch-30, r=apasel422
Fix broken markdown link in README.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 49236d6b671..cdf5e735adf 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ build. [MSYS2][msys2] can be used to easily build Rust on Windows: -msys2: https://msys2.github.io/ +[msys2]: https://msys2.github.io/ 1. Grab the latest [MSYS2 installer][msys2] and go through the installer. |
