diff options
| author | Robert Jördens <rj@quartiq.de> | 2022-02-04 11:25:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 11:25:34 +0100 |
| commit | c83a69599a2db0cab87cc5525d0de2dc1309c746 (patch) | |
| tree | b2ba9f5d01bd90316708603dd7a041c6874f05b1 /book/en | |
| parent | c7f6e924dccf577c870b81ae24ae69785acd5bcb (diff) | |
use permalinks for (currently broken) mono links
Diffstat (limited to 'book/en')
| -rw-r--r-- | book/en/src/by-example/tips_monotonic_impl.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/en/src/by-example/tips_monotonic_impl.md b/book/en/src/by-example/tips_monotonic_impl.md index 3b50c34..d97b583 100644 --- a/book/en/src/by-example/tips_monotonic_impl.md +++ b/book/en/src/by-example/tips_monotonic_impl.md @@ -28,8 +28,8 @@ If you know of more implementations feel free to add them to this list. [`rtic_monotonic::Monotonic`]: https://docs.rs/rtic-monotonic/ [`fugit`]: https://docs.rs/fugit/ [`embedded_time`]: https://docs.rs/embedded_time/ -[`STM32F411 series`]: https://github.com/kalkyl/f411-rtic/blob/main/src/bin/mono.rs -[`Nordic nRF52 series Timer`]: https://github.com/kalkyl/nrf-play/blob/main/src/bin/mono.rs +[`STM32F411 series`]: https://github.com/kalkyl/f411-rtic/blob/a696fce7d6d19fda2356c37642c4d53547982cca/src/mono.rs +[`Nordic nRF52 series Timer`]: https://github.com/kalkyl/nrf-play/blob/47f4410d4e39374c18ff58dc17c25159085fb526/src/mono.rs [`Nordic nRF52 series RTC`]: https://gist.github.com/korken89/fe94a475726414dd1bce031c76adc3dd [`Systick based`]: https://github.com/rtic-rs/systick-monotonic [`DWT and Systick based`]: https://github.com/rtic-rs/dwt-systick-monotonic |
