Skip to content

Commit 47def27

Browse files
Link to the next tutored session in the methodology section
1 parent 6d1196a commit 47def27

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

book/link2alias.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"https://rust-lang.github.io/api-guidelines/naming.html#casing-conforms-to-rfc-430-c-case": "fze",
180180
"https://rust-lang.github.io/wg-async/vision/submitted_stories/status_quo/barbara_battles_buffered_streams.html": "f6w",
181181
"https://ryhl.io/blog/async-what-is-blocking/": "f6v",
182+
"https://ti.to/mainmatter/rust-from-scratch-jan-2025": "fvf",
182183
"https://tokio.rs/tokio/tutorial/select": "f6n",
183184
"https://valgrind.org/docs/manual/dh-manual.html": "f2t",
184185
"https://veykril.github.io/tlborm/": "fz5",

book/src/01_intro/00_welcome.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ It has been designed to be interactive and hands-on.
2424
to be delivered in a classroom setting, over 4 days: each attendee advances
2525
through the lessons at their own pace, with an experienced instructor providing
2626
guidance, answering questions and diving deeper into the topics as needed.\
27-
If you're interested in attending one of our training sessions, or if you'd like to
28-
bring this course to your company, please [get in touch](https://mainmatter.com/contact/).
27+
You can sign up for the next tutored session on [our website](https://ti.to/mainmatter/rust-from-scratch-jan-2025).
28+
If you'd like to organise a private session for your company, please [get in touch](https://mainmatter.com/contact/).
2929

30-
You can also follow the course on your own, but we recommend you find a friend or
30+
You can also take the courses on your own, but we recommend you find a friend or
3131
a mentor to help you along the way should you get stuck. You can
32-
also find solutions to all exercises in the
32+
find solutions for all exercises in the
3333
[`solutions` branch of the GitHub repository](https://github.com/mainmatter/100-exercises-to-learn-rust/tree/solutions).
3434

3535
## Formats

site/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
/fze https://rust-lang.github.io/api-guidelines/naming.html#casing-conforms-to-rfc-430-c-case
179179
/f6w https://rust-lang.github.io/wg-async/vision/submitted_stories/status_quo/barbara_battles_buffered_streams.html
180180
/f6v https://ryhl.io/blog/async-what-is-blocking/
181+
/fvf https://ti.to/mainmatter/rust-from-scratch-jan-2025
181182
/f6n https://tokio.rs/tokio/tutorial/select
182183
/f2t https://valgrind.org/docs/manual/dh-manual.html
183184
/fz5 https://veykril.github.io/tlborm/

0 commit comments

Comments
 (0)