projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
a8d4349
)
fix link into book
author
Ralf Jung
<post@ralfj.de>
Mon, 13 Jun 2016 18:45:38 +0000
(20:45 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 13 Jun 2016 18:45:38 +0000
(20:45 +0200)
src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index b4ee6ffee289c473a24e923efc9167936e884158..835a150d537c7e72507031ea256b1eee3c72f774 100644
(file)
--- 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
// 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
// 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