diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2024-10-16 19:53:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 17:53:39 +0000 |
| commit | 89d76a53d8be459dad1a68ce67bd164f0c15a52d (patch) | |
| tree | 3b97c6e6aed7546d25a52f7aee86cb2984eb92f3 /book/en/src | |
| parent | 87a8b7490866cda9e5c6819eeb357647bdb8d36e (diff) | |
Book: Fix link to systick-monotonic (#981)
Fixes #980
Diffstat (limited to 'book/en/src')
| -rw-r--r-- | book/en/src/monotonic_impl.md | 2 |
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 |
