diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-01-30 17:57:16 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-01-30 17:57:16 +0530 |
| commit | b83454a69f9da5348e0cc232ae2e30e3d3b6555c (patch) | |
| tree | c79438021343e1af4ae21880a7b956fd4f17bee9 | |
| parent | 63cdec6a7fa2d92a300182e32561313c6ad5db5f (diff) | |
| parent | 1339ca9bf277ba30549fc2c1a21ce13b04fb60b1 (diff) | |
| download | rust-b83454a69f9da5348e0cc232ae2e30e3d3b6555c.tar.gz rust-b83454a69f9da5348e0cc232ae2e30e3d3b6555c.zip | |
Rollup merge of #31280 - raindev:patch-1, r=steveklabnik
Perhaps, it makes more sense to link straight to [Installing on Linux or Mac](https://doc.rust-lang.org/book/getting-started.html#installing-on-linux-or-mac) and [Installing on Windows](https://doc.rust-lang.org/book/getting-started.html#installing-on-windows) sections. Platform Support section could be skipped in case of *quick* start.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 84fb8f3e5b0..293f585d105 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and documentation. Read ["Installing Rust"] from [The Book]. -["Installing Rust"]: https://doc.rust-lang.org/book/installing-rust.html +["Installing Rust"]: https://doc.rust-lang.org/book/getting-started.html#installing-rust [The Book]: https://doc.rust-lang.org/book/index.html ## Building from Source |
