From 9fa073f7936782bddf5d02b7b1949032e84de1bd Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Sat, 20 May 2023 13:08:44 +0200 Subject: [PATCH] Fix link --- book/en/src/by-example/delay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/by-example/delay.md b/book/en/src/by-example/delay.md index 09091fc245..81f855f412 100644 --- a/book/en/src/by-example/delay.md +++ b/book/en/src/by-example/delay.md @@ -7,7 +7,7 @@ This can be achieved by instantiating a monotonic timer (for implementations, se [`rtic-monotonics`]: https://github.com/rtic-rs/rtic/tree/master/rtic-monotonics [`rtic-time`]: https://github.com/rtic-rs/rtic/tree/master/rtic-time [`Monotonic`]: https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html -[Implementing a `Monotonic`]: ../../monotonic_impl.md +[Implementing a `Monotonic`]: ../monotonic_impl.md ``` rust,noplayground ...