From e75b462c77f35af0d6eefa2d0151639fe7cd64ca Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 19 Nov 2024 13:58:59 +0100 Subject: [PATCH 1/2] Be explicit that Android examples need a Git checkout Without this, students will see subtle differences between what is on the slides and what we have in the code (see #2464 for an example). --- src/android/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/android/setup.md b/src/android/setup.md index 32d9d5000c92..4bd3d7c1a1c1 100644 --- a/src/android/setup.md +++ b/src/android/setup.md @@ -13,6 +13,9 @@ Please see the [Android Developer Codelab](https://source.android.com/docs/setup/start) for details. +The code on the following pages can be found in the [`src/android/` directory](https://github.com/google/comprehensive-rust/tree/main/src/android) +of the course material. Please `git clone` the repository to follow along. +
Key points: From 73b4cfb55b24cbf8c84409b3a78195cf558eb99d Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 19 Nov 2024 14:55:50 +0100 Subject: [PATCH 2/2] Fixing formatting --- src/android/setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/android/setup.md b/src/android/setup.md index 4bd3d7c1a1c1..3aa84193a187 100644 --- a/src/android/setup.md +++ b/src/android/setup.md @@ -13,7 +13,8 @@ Please see the [Android Developer Codelab](https://source.android.com/docs/setup/start) for details. -The code on the following pages can be found in the [`src/android/` directory](https://github.com/google/comprehensive-rust/tree/main/src/android) +The code on the following pages can be found in the +[`src/android/` directory](https://github.com/google/comprehensive-rust/tree/main/src/android) of the course material. Please `git clone` the repository to follow along.