From b0e1e5a1ec636b596ed737c180b3a7e638d3dee7 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:38:08 +0100 Subject: [PATCH] Link to the next tutored session in the methodology section --- book/link2alias.json | 1 + book/src/01_intro/00_welcome.md | 8 ++++---- site/_redirects | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/book/link2alias.json b/book/link2alias.json index a3a0dca..b9ad10f 100644 --- a/book/link2alias.json +++ b/book/link2alias.json @@ -179,6 +179,7 @@ "https://rust-lang.github.io/api-guidelines/naming.html#casing-conforms-to-rfc-430-c-case": "fze", "https://rust-lang.github.io/wg-async/vision/submitted_stories/status_quo/barbara_battles_buffered_streams.html": "f6w", "https://ryhl.io/blog/async-what-is-blocking/": "f6v", + "https://ti.to/mainmatter/rust-from-scratch-jan-2025": "fvf", "https://tokio.rs/tokio/tutorial/select": "f6n", "https://valgrind.org/docs/manual/dh-manual.html": "f2t", "https://veykril.github.io/tlborm/": "fz5", diff --git a/book/src/01_intro/00_welcome.md b/book/src/01_intro/00_welcome.md index 429131b..33da833 100644 --- a/book/src/01_intro/00_welcome.md +++ b/book/src/01_intro/00_welcome.md @@ -24,12 +24,12 @@ It has been designed to be interactive and hands-on. to be delivered in a classroom setting, over 4 days: each attendee advances through the lessons at their own pace, with an experienced instructor providing guidance, answering questions and diving deeper into the topics as needed.\ -If you're interested in attending one of our training sessions, or if you'd like to -bring this course to your company, please [get in touch](https://mainmatter.com/contact/). +You can sign up for the next tutored session on [our website](https://ti.to/mainmatter/rust-from-scratch-jan-2025). +If you'd like to organise a private session for your company, please [get in touch](https://mainmatter.com/contact/). -You can also follow the course on your own, but we recommend you find a friend or +You can also take the courses on your own, but we recommend you find a friend or a mentor to help you along the way should you get stuck. You can -also find solutions to all exercises in the +find solutions for all exercises in the [`solutions` branch of the GitHub repository](https://github.com/mainmatter/100-exercises-to-learn-rust/tree/solutions). ## Formats diff --git a/site/_redirects b/site/_redirects index 7076ef6..10bca4d 100644 --- a/site/_redirects +++ b/site/_redirects @@ -178,6 +178,7 @@ /fze https://rust-lang.github.io/api-guidelines/naming.html#casing-conforms-to-rfc-430-c-case /f6w https://rust-lang.github.io/wg-async/vision/submitted_stories/status_quo/barbara_battles_buffered_streams.html /f6v https://ryhl.io/blog/async-what-is-blocking/ +/fvf https://ti.to/mainmatter/rust-from-scratch-jan-2025 /f6n https://tokio.rs/tokio/tutorial/select /f2t https://valgrind.org/docs/manual/dh-manual.html /fz5 https://veykril.github.io/tlborm/