aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Otto <jonas@jonasotto.com> 2023-03-22 11:25:01 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-22 11:25:01 +0100
commit898848348825c643ca6013a6179e375887233b9e (patch)
treee9435c44f5df79c231daef384e58260f909e380b
parent3a0e2ac92438c818f7f12d894c576de9af9fcc01 (diff)
downloadrtic-898848348825c643ca6013a6179e375887233b9e.tar.gz
rtic-898848348825c643ca6013a6179e375887233b9e.tar.zst
rtic-898848348825c643ca6013a6179e375887233b9e.zip
fix link to example sources
-rw-r--r--book/en/src/by-example.md2
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