diff --git a/doc/tutorials/chapter_8/01_interface.md b/doc/tutorials/chapter_8/01_interface.md index 5faddd190..6fcda0d3f 100644 --- a/doc/tutorials/chapter_8/01_interface.md +++ b/doc/tutorials/chapter_8/01_interface.md @@ -173,4 +173,4 @@ Serial Peripheral Interface (SPI) is an interface bus commonly used to send data Build a SPI using ROHD interface. You can use the shift register as the peripheral, you can just build the unit test for peripheral. -Answer to this exercise can be found at [answers/exercise_2_spi.dart](./answers/exercise_2_spi.dart) +Answer to this exercise can be found at [answers/exercise_1_spi.dart](./answers/exercise_1_spi.dart)