From 45133b26a6c4f0658ca43545751e963ac6b02fc3 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 31 Aug 2023 09:46:22 +0200 Subject: [PATCH] Add a link back to the canonical home (#1141) This is a follow-up to #1140 to further ensure that people can find the canonical home for the course. --- src/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.md b/src/index.md index d8821a10b35..c301c1226ce 100644 --- a/src/index.md +++ b/src/index.md @@ -8,6 +8,10 @@ This is a free Rust course developed by the Android team at Google. The course c the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. +> The latest version of the course can be found at +> . If you are reading +> somewhere else, please check there for updates. + The goal of the course is to teach you Rust. We assume you don't know anything about Rust and hope to: