X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/ab7f9b241429bd675b437d2437799de75d2f409b..622b08f3275766cc575a4a09986f14bfbe64ac64:/src/main.rs diff --git a/src/main.rs b/src/main.rs index b4ee6ff..835a150 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,7 +39,7 @@ // You will need to have Rust installed, of course. It is available for download on // [the Rust website](https://www.rust-lang.org/). Make sure you get at least version 1.3. // More detailed installation instructions are provided in -// [the second chapter of The Book](https://doc.rust-lang.org/stable/book/installing-rust.html). +// [The Book](https://doc.rust-lang.org/stable/book/). // This will also install `cargo`, the tool responsible for building rust projects (or *crates*). // // Next, we have to prepare a workspace for you to conduct your Rust-101 work in, so that you don't