From 57be9b0dc9c1c53bb55d0efcaaa0b2c2cea0c7a2 Mon Sep 17 00:00:00 2001 From: Nils Fitinghoff Date: Tue, 29 Aug 2023 09:26:19 +0200 Subject: [PATCH] book: Fix broken link --- book/en/src/migration_v1_v2/monotonics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/en/src/migration_v1_v2/monotonics.md b/book/en/src/migration_v1_v2/monotonics.md index a8b0dba4fd..4baa14c8ea 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