From 68b9d6c0e2afdd7adb4aca8dfb4b8b0957766b7d Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 21 Dec 2022 18:37:55 +0100 Subject: [PATCH] Add link to course material --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41d7cb25..6f4fe344 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ course developed by the Android team. The course covers all aspects of Rust, from basic syntax to generics and error handling. It also includes Android-specific content on the last day. +Read the course at **https://google.github.io/comprehensive-rust/**. + ## Building The course is built using [mdBook](https://github.com/rust-lang/mdBook) and its