X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/bba83d98eea727e675db05386b9c3f1dc3b51c47..2707b4455698e461271b2a4253753b6cb5503751:/src/main.rs?ds=sidebyside diff --git a/src/main.rs b/src/main.rs index c2d9486..98bf6c1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ // Welcome to Rust-101 // =================== // -// This is Rust-101, a small tutorial to the [Rust language](http://www.rust-lang.org/). +// This is [Rust-101](https://www.ralfj.de/projects/rust-101/), a small tutorial for the [Rust language](http://www.rust-lang.org/). // This is intended to be an interactive, hands-on course: I believe the only way to // *really* learn a language is to write code in it, so you should be coding during // the course. These documents mainly serve as a guide to the teacher, reminding me