aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar datdenkikniet <jcdra1@gmail.com> 2023-05-20 13:08:44 +0200
committerGravatar datdenkikniet <jcdra1@gmail.com> 2023-05-20 17:42:13 +0200
commit9fa073f7936782bddf5d02b7b1949032e84de1bd (patch)
tree4346cbe248835eba381003d8592248102028dac5
parent311291b95adbd24ecd037f5e555e4c30138f4339 (diff)
downloadrtic-9fa073f7936782bddf5d02b7b1949032e84de1bd.tar.gz
rtic-9fa073f7936782bddf5d02b7b1949032e84de1bd.tar.zst
rtic-9fa073f7936782bddf5d02b7b1949032e84de1bd.zip
Fix link
-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 09091fc2..81f855f4 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
...