Rollup merge of #42558 - xfq:patch-1, r=steveklabnik

Update TRPL link in README.md
This commit is contained in:
Corey Farwell 2017-06-09 18:29:29 -04:00 committed by GitHub
commit 3be7f8bfed
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ standard library, and documentation.
## Quick Start
Read ["Installing Rust"] from [The Book].
Read ["Installation"] from [The Book].
["Installing Rust"]: https://doc.rust-lang.org/book/getting-started.html#installing-rust
["Installation"]: https://doc.rust-lang.org/book/second-edition/ch01-01-installation.html
[The Book]: https://doc.rust-lang.org/book/index.html
## Building from Source