From 3e7ce5e6ee94c839e0a522c9c628a92ba5d460e1 Mon Sep 17 00:00:00 2001 From: Max Heller Date: Mon, 26 Feb 2024 07:24:28 -0500 Subject: [PATCH] Link to PDF version of course from first page (#1836) Re https://github.com/google/comprehensive-rust/pull/1805#pullrequestreview-1888804528 --------- Co-authored-by: Martin Geisler --- src/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.md b/src/index.md index f4c2f381..9eecc298 100644 --- a/src/index.md +++ b/src/index.md @@ -11,6 +11,8 @@ 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 course is also available [as a PDF](comprehensive-rust.pdf). The goal of the course is to teach you Rust. We assume you don't know anything about Rust and hope to: