aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2024-10-16 19:53:39 +0200
committerGitHub <noreply@github.com>2024-10-16 17:53:39 +0000
commit89d76a53d8be459dad1a68ce67bd164f0c15a52d (patch)
tree3b97c6e6aed7546d25a52f7aee86cb2984eb92f3 /book
parent87a8b7490866cda9e5c6819eeb357647bdb8d36e (diff)
Book: Fix link to systick-monotonic (#981)
Fixes #980
Diffstat (limited to 'book')
-rw-r--r--book/en/src/monotonic_impl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/monotonic_impl.md b/book/en/src/monotonic_impl.md
index 97c0da8..9d0e702 100644
--- a/book/en/src/monotonic_impl.md
+++ b/book/en/src/monotonic_impl.md
@@ -22,7 +22,7 @@ Contributing new implementations of `Monotonic` can be done in multiple ways:
[`rtic-monotonics`]: https://github.com/rtic-rs/rtic/tree/master/rtic-monotonics/
[`fugit`]: https://docs.rs/fugit/
-[`Systick based`]: https://github.com/rtic-monotonics
+[`Systick based`]: https://github.com/rtic-rs/rtic/blob/master/rtic-monotonics/src/systick.rs
[`rtic-monotonics`]: https://github.com/rtic-rs/rtic/blob/master/rtic-monotonics
[`RP2040 Timer`]: https://github.com/rtic-rs/rtic/blob/master/rtic-monotonics/src/rp2040.rs
[`nRF52 timers`]: https://github.com/rtic-rs/rtic/blob/master/rtic-monotonics/src/nrf.rs