aboutsummaryrefslogtreecommitdiff
path: root/book/en
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-07-27 20:04:56 +0200
committerHenrik Tjäder <henrik@grepit.se>2021-07-27 20:04:56 +0200
commit5477ae288fb6df0484aa6e4d8acb13cdf0423b22 (patch)
tree679ead2a7d1446d0410b03f6a4f3a02d99c19736 /book/en
parent1e2fb2eeb2f57ff61aaf1298a9e4975c8fa8dd73 (diff)
Also link to `rtic-examples` in the tips section of the book
Diffstat (limited to 'book/en')
-rw-r--r--book/en/src/by-example/tips.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md
index f537173..e292634 100644
--- a/book/en/src/by-example/tips.md
+++ b/book/en/src/by-example/tips.md
@@ -1,5 +1,9 @@
# Tips & tricks
+For complete RTIC examples see the [rtic-examples][rtic-examples] repository.
+
+[rtic-examples]: https://github.com/rtic-rs/rtic-examples
+
## Generics
All resource proxies implement the `rtic::Mutex` trait.