From 1473690d7c39edd8ffa471639a7cbdaf5584e8fa Mon Sep 17 00:00:00 2001 From: Max Heller Date: Tue, 20 Feb 2024 20:09:34 -0500 Subject: [PATCH 1/4] Link to PDF version of course --- src/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.md b/src/index.md index f4c2f381fe96..516d7f9ccabe 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](https://google.github.io/comprehensive-rust/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: From 0193d94e1a387986e2ed797becf85a60929b7151 Mon Sep 17 00:00:00 2001 From: Max Heller Date: Tue, 20 Feb 2024 20:12:00 -0500 Subject: [PATCH 2/4] formatting --- src/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index 516d7f9ccabe..3e201ab2a2d0 100644 --- a/src/index.md +++ b/src/index.md @@ -12,7 +12,8 @@ generics and error handling. > . If you are reading somewhere > else, please check there for updates. > -> The course is also available [as a PDF](https://google.github.io/comprehensive-rust/comprehensive-rust.pdf). +> The course is also available +> [as a PDF](https://google.github.io/comprehensive-rust/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: From b7d14a1f2a8f565994e44da52341fb06a721fd99 Mon Sep 17 00:00:00 2001 From: Max Heller Date: Fri, 23 Feb 2024 12:19:58 -0500 Subject: [PATCH 3/4] Use relative link Co-authored-by: Martin Geisler --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index 3e201ab2a2d0..b87e55fba1c1 100644 --- a/src/index.md +++ b/src/index.md @@ -13,7 +13,7 @@ generics and error handling. > else, please check there for updates. > > The course is also available -> [as a PDF](https://google.github.io/comprehensive-rust/comprehensive-rust.pdf). +> [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: From 3369035c59495243ffbc17fa582c736c09f5ca7b Mon Sep 17 00:00:00 2001 From: Max Heller Date: Fri, 23 Feb 2024 14:05:34 -0500 Subject: [PATCH 4/4] Format --- src/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.md b/src/index.md index b87e55fba1c1..9eecc29844a1 100644 --- a/src/index.md +++ b/src/index.md @@ -12,8 +12,7 @@ generics and error handling. > . If you are reading somewhere > else, please check there for updates. > -> The course is also available -> [as a PDF](comprehensive-rust.pdf). +> 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: