From 045356bf5867ca2da47f15a01a0f1e5e1e3bb347 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 6 Aug 2021 15:54:31 +0200 Subject: [PATCH] Added links from the tutorials to the YouTube recording --- docs/tutorial/cpp/src/introduction.md | 5 +++++ docs/tutorial/rust/src/introduction.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/docs/tutorial/cpp/src/introduction.md b/docs/tutorial/cpp/src/introduction.md index 5ea233fb2..2e3a04a63 100644 --- a/docs/tutorial/cpp/src/introduction.md +++ b/docs/tutorial/cpp/src/introduction.md @@ -12,3 +12,8 @@ This is how the game looks like in action: + +A video-recording of this tutorial is also available on YouTube. After introducing the `.60` language the video +continues with a Rust implementation, but around minute 42 the C++ begins: + + \ No newline at end of file diff --git a/docs/tutorial/rust/src/introduction.md b/docs/tutorial/rust/src/introduction.md index a3cb3e7bf..3143105b2 100644 --- a/docs/tutorial/rust/src/introduction.md +++ b/docs/tutorial/rust/src/introduction.md @@ -12,3 +12,7 @@ This is how the game looks like in action: + +A video-recording of this tutorial is also available on YouTube: + + \ No newline at end of file