diff options
author | 2023-03-29 18:37:25 +0000 | |
---|---|---|
committer | 2023-03-29 18:37:25 +0000 | |
commit | 2a17a056d0a69f988393e12bf50a42658e291682 (patch) | |
tree | 373c0d816f1007b636c8126092d0cfe864bb280a | |
parent | 0c2272ce258c6a4ab1fe77bdd9d41a04952a96f0 (diff) | |
parent | 898848348825c643ca6013a6179e375887233b9e (diff) | |
download | rtic-2a17a056d0a69f988393e12bf50a42658e291682.tar.gz rtic-2a17a056d0a69f988393e12bf50a42658e291682.tar.zst rtic-2a17a056d0a69f988393e12bf50a42658e291682.zip |
Merge #712
712: book: fix link to example sources r=AfoHT a=ottojo
Co-authored-by: Jonas Otto <jonas@jonasotto.com>
-rw-r--r-- | book/en/src/by-example.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index a2e5b278..e5cf67a0 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -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 |