diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-05-20 13:08:44 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-05-20 17:42:13 +0200 |
| commit | 9fa073f7936782bddf5d02b7b1949032e84de1bd (patch) | |
| tree | 4346cbe248835eba381003d8592248102028dac5 /book/en/src/by-example/delay.md | |
| parent | 311291b95adbd24ecd037f5e555e4c30138f4339 (diff) | |
Fix link
Diffstat (limited to 'book/en/src/by-example/delay.md')
| -rw-r--r-- | book/en/src/by-example/delay.md | 2 |
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 ... |
