mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix link
This commit is contained in:
parent
311291b95a
commit
9fa073f793
1 changed files with 1 additions and 1 deletions
|
@ -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-monotonics`]: https://github.com/rtic-rs/rtic/tree/master/rtic-monotonics
|
||||||
[`rtic-time`]: https://github.com/rtic-rs/rtic/tree/master/rtic-time
|
[`rtic-time`]: https://github.com/rtic-rs/rtic/tree/master/rtic-time
|
||||||
[`Monotonic`]: https://docs.rs/rtic-time/latest/rtic_time/trait.Monotonic.html
|
[`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
|
``` rust,noplayground
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue