Skip to content

Commit

Permalink
Rollup merge of rust-lang#48626 - teiesti:fix-readme, r=frewsxcv
Browse files Browse the repository at this point in the history
Fix link to rustc guide in README.md

This is a follow-up to rust-lang#48479 and fixes a minor bug with the link to the rustc guide in the README.

r? @nikomatsakis

cc @mark-i-m
  • Loading branch information
Manishearth committed Mar 1, 2018
2 parents cf0638c + 6edbe37 commit a080d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a080d7b

Please sign in to comment.