diff options
author | 2023-08-29 09:26:19 +0200 | |
---|---|---|
committer | 2023-08-29 11:31:11 +0000 | |
commit | 57be9b0dc9c1c53bb55d0efcaaa0b2c2cea0c7a2 (patch) | |
tree | 198aa531fdd935c2c6739f2ff6c1b5e08348f4d0 | |
parent | adfe33f5976991a2d957c9e5f209904d46eb934a (diff) | |
download | rtic-57be9b0dc9c1c53bb55d0efcaaa0b2c2cea0c7a2.tar.gz rtic-57be9b0dc9c1c53bb55d0efcaaa0b2c2cea0c7a2.tar.zst rtic-57be9b0dc9c1c53bb55d0efcaaa0b2c2cea0c7a2.zip |
book: Fix broken link
-rw-r--r-- | book/en/src/migration_v1_v2/monotonics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration_v1_v2/monotonics.md b/book/en/src/migration_v1_v2/monotonics.md index a8b0dba4..4baa14c8 100644 --- a/book/en/src/migration_v1_v2/monotonics.md +++ b/book/en/src/migration_v1_v2/monotonics.md @@ -10,4 +10,4 @@ Check out the [code example](./complete_example.md) for an overview of the requi For more information on current monotonic implementations, see [the `rtic-monotonics` documentation](https://docs.rs/rtic-monotonics), and [the examples](https://github.com/rtic-rs/rtic/tree/master/examples). -[`rtic-monotonics`]: ghttps://github.com/rtic/rtic-monotonics
\ No newline at end of file +[`rtic-monotonics`]: https://github.com/rtic-rs/rtic |