diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-02-28 23:33:35 -0800 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-03-01 09:29:42 -0800 |
| commit | a080d7b2b2829257fe09ea5fe2193423740db432 (patch) | |
| tree | 4eaaa67b580b70a1d027423a207611d7922c470f | |
| parent | cf0638cfde655e482eaf11a796ad1900d49bbfa8 (diff) | |
| parent | 6edbe374372f8afed59cfa2fd4ea6a3ca3beca59 (diff) | |
Rollup merge of #48626 - teiesti:fix-readme, r=frewsxcv
Fix link to rustc guide in README.md This is a follow-up to #48479 and fixes a minor bug with the link to the rustc guide in the README. r? @nikomatsakis cc @mark-i-m
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index fd35606ec0d..e78bbb82711 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ find out how various parts of the compiler work. [IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat [#rust]: irc://irc.mozilla.org/rust [#rust-beginners]: irc://irc.mozilla.org/rust-beginners -[rustc-guide]: https://rust-lang-nursery.github.io/rustc-guide/about-this-guide.html +[rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/about-this-guide.html ## License [license]: #license |
