From 5477ae288fb6df0484aa6e4d8acb13cdf0423b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 27 Jul 2021 20:04:56 +0200 Subject: [PATCH] Also link to `rtic-examples` in the tips section of the book --- book/en/src/by-example/tips.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md index f537173d58..e292634bb1 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.