diff --git a/src/ch1_00_introduction.md b/src/ch1_00_introduction.md
index 3b6fdaab4d218115a32f77c6ca91bdcdbf6b3813..8e5362e62656d387effd009228fb6a25b6942af1 100644
--- a/src/ch1_00_introduction.md
+++ b/src/ch1_00_introduction.md
@@ -13,6 +13,14 @@ Use-cases ranges from heavy industry to tiny sensors in your everyday life.
 2. USB cable
 3. ARM Development board
 
+## Great resources
+
+
+[Rust-book](https://doc.rust-lang.org/book/) covering everything Rust
+
+[Rust-Embedded book](https://rust-embedded.github.io/book/) contains thorough instructions for getting going with embedded.
+This resource is a tiny subset of the Embedded book.
+
 # Overview
 ![Embedded workflow](images/workflow_chart.png "Flowchart")