From 89d76a53d8be459dad1a68ce67bd164f0c15a52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 16 Oct 2024 19:53:39 +0200 Subject: [PATCH] Book: Fix link to systick-monotonic (#981) Fixes #980 --- book/en/src/monotonic_impl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/monotonic_impl.md b/book/en/src/monotonic_impl.md index 97c0da89c0..9d0e7023bb 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