From fb0c404837b2356067489ef5643ff6bc6e99b9ac Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 13 Jun 2016 20:45:38 +0200 Subject: [PATCH] fix link into book --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2