lots of work on part01
[rust-101.git] / src / main.rs
index ed27612a5fc8b513c79f11e0ed5f4f62879ecff6..5071067c53c14bfaafb0ee217e50564582f08149 100644 (file)
@@ -20,7 +20,7 @@
 // [the Rust website](http://www.rust-lang.org/). At this point, I plan to restrict
 // myself to stable Rust, so "Recommended" version is just right.
 // You can find some more installation instructions in
-// [the second chapter of The Book](https://doc.rust-lang.org/stable/book/getting-started.html).
+// [the second chapter of The Book](https://doc.rust-lang.org/stable/book/installing-rust.html).
 // When you are done, running `cargo build` in the root of Rust-101 should successfully compile
 // all the code.
 //