aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/migration/migration_v2/monotonics.md
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2023-04-22 18:25:00 +0200
committerdatdenkikniet <jcdra1@gmail.com>2023-05-11 19:20:58 +0200
commitd90fa95266bc9864d2dec0248fa4bae5c7e5b6ec (patch)
treefae20e927b0d9d5f1b13921d65699d3dde72e053 /book/en/src/migration/migration_v2/monotonics.md
parent1dc2f80eb6cb6ac6d1eaede4169d8cabc51c5e7c (diff)
Add some more
Diffstat (limited to 'book/en/src/migration/migration_v2/monotonics.md')
-rw-r--r--book/en/src/migration/migration_v2/monotonics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/migration/migration_v2/monotonics.md b/book/en/src/migration/migration_v2/monotonics.md
index f794bec..7427408 100644
--- a/book/en/src/migration/migration_v2/monotonics.md
+++ b/book/en/src/migration/migration_v2/monotonics.md
@@ -8,4 +8,4 @@ The `#[monotonic]` attribute is no longer used. Instead, you use a `create_X_tok
Check out the [code example](./complete_example.md) for an overview of the required changes.
-For more information on current monotonic implementations, see [the `rtic-monotonics` documentation](https://docs.rs/rtic-monotonics). \ No newline at end of file
+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). \ No newline at end of file