add a Makefile
[rust-101.git] / src / main.rs
index c2d94867b6f005b8de877a299a97807ca6787a57..98bf6c1dfb0aa73d56599a5128058951ceed6024 100644 (file)
@@ -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