]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichton
[rust.git] / README.md
index 636c8adfa91e9f0d9236506d49869220e58780a4..293f585d105cbd5cd39cfc9f290fcdec5f2eb749 100644 (file)
--- 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
@@ -78,7 +78,7 @@ build.
 Download [MinGW from
 here](http://mingw-w64.org/doku.php/download/mingw-builds), and choose the
 `threads=win32,exceptions=dwarf/seh` flavor when installing. After installing,
-add its `bin` directory to your `PATH`. This is due to #28260, in the future,
+add its `bin` directory to your `PATH`. This is due to [#28260](https://github.com/rust-lang/rust/issues/28260), in the future,
 installing from pacman should be just fine.
 
    ```