712: book: fix link to example sources r=AfoHT a=ottojo



Co-authored-by: Jonas Otto <jonas@jonasotto.com>
This commit is contained in:
bors[bot] 2023-03-29 18:37:25 +00:00 committed by GitHub
commit 2a17a056d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ All examples in this part of the book are accessible at the
The examples are runnable on QEMU (emulating a Cortex M3 target),
thus no special hardware required to follow along.
[repoexamples]: https://github.com/rtic-rs/rtic/tree/master/examples
[repoexamples]: https://github.com/rtic-rs/rtic/tree/master/rtic/examples
## Running an example