diff --git a/src/ch1_00_introduction.md b/src/ch1_00_introduction.md
index 932a7ecd239f76e1911200be6580f4072cf279e2..1a9ded8d5f45480a7c6716355938ebeeab4d1a33 100644
--- a/src/ch1_00_introduction.md
+++ b/src/ch1_00_introduction.md
@@ -22,8 +22,8 @@ Beginner friendly " introductory course on microcontroller-based embedded system
 [Rust-Embedded book](https://rust-embedded.github.io/book/)
 contains thorough instructions for getting going with embedded.
 
-[RTFM Book](https://rtfm.rs/) contains examples and usage for the
-Rust implementation of the RTFM framework.
+[RTIC Book](https://rtic.rs/) contains examples and usage for the
+Rust implementation of the RTIC framework.
 
 ## Overview
 
diff --git a/src/ch2_03_testing_toolchain.md b/src/ch2_03_testing_toolchain.md
index ac19f3f7409bcf6db73e4b7e488efefebe2c90c4..ce3be532038309d20be640ba5a589f44ac121947 100644
--- a/src/ch2_03_testing_toolchain.md
+++ b/src/ch2_03_testing_toolchain.md
@@ -57,11 +57,11 @@ Info : Listening on port 3333 for gdb connections
 
 ## Software
 
-Fetch the following project [https://gitlab.henriktjader.com/pln/stm32-rtfm5/tree/rtfm_start](https://gitlab.henriktjader.com/pln/stm32-rtfm5/tree/rtfm_start) 
-and switch to the `rtfm_start` branch.
+Fetch the following project [https://gitlab.henriktjader.com/pln/stm32-rtic5/tree/rtic_start](https://gitlab.henriktjader.com/pln/stm32-rtic5/tree/rtic_start) 
+and switch to the `rtic_start` branch.
 ```
-git clone https://gitlab.henriktjader.com/pln/stm32-rtfm5.git
-git checkout rtfm_start
+git clone https://gitlab.henriktjader.com/pln/stm32-rtic5.git
+git checkout rtic_start
 ```
 
 You can run the cargo test inside the firmware directory: