diff --git a/md/learning_rust.md b/md/learning_rust.md index 4992f20..1c3b2e9 100644 --- a/md/learning_rust.md +++ b/md/learning_rust.md @@ -15,7 +15,7 @@ draft = false As I learn Rust I've been collecting exercises, my thoughts and notes on them here. ## Projects -- A static site generator (i.e this blog!) +- [A static site generator](https://github.com/imaitland/blog) ## Learning Exercises - Multi-threaded server implementation