diff --git a/embedded-workshop-book/src/enabling-uarte.md b/embedded-workshop-book/src/enabling-uarte.md index fc26371..7275a57 100644 --- a/embedded-workshop-book/src/enabling-uarte.md +++ b/embedded-workshop-book/src/enabling-uarte.md @@ -27,7 +27,7 @@ Uarte0 is disabled. ``` Find the starter code in `down-the-stack/apps/src/bin/uarte_enable.rs` -Find the full solution in `down-the-stack/solutions/uarte_enable.rs` +Find the full solution in `down-the-stack/solutions/src/bin/uarte_enable.rs` ## Step-by-Step Solution