From fa352299c0581b3e152991e5be396d809fb0687e Mon Sep 17 00:00:00 2001 From: "Quek, Yao Jing" Date: Tue, 8 Aug 2023 10:12:42 +0800 Subject: [PATCH] Fix deadlink --- doc/tutorials/chapter_8/01_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)