aboutsummaryrefslogtreecommitdiff
path: root/book/en
diff options
context:
space:
mode:
Diffstat (limited to 'book/en')
-rw-r--r--book/en/src/by-example/delay.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/delay.md b/book/en/src/by-example/delay.md
index 09091fc..81f855f 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
...