diff options
author | 2021-12-18 22:35:39 +0100 | |
---|---|---|
committer | 2021-12-19 01:33:16 +0100 | |
commit | a2caef394ce35d4fd8e374193c1ee9705a775fbe (patch) | |
tree | 3d9d7909995804f4aea5f4f0cf207d5e1e375a9c | |
parent | 8e68c527219477f096b3ef4ccc0ece240a98a645 (diff) | |
download | rtic-a2caef394ce35d4fd8e374193c1ee9705a775fbe.tar.gz rtic-a2caef394ce35d4fd8e374193c1ee9705a775fbe.tar.zst rtic-a2caef394ce35d4fd8e374193c1ee9705a775fbe.zip |
Docs: Point to rtic-examples repo
-rw-r--r-- | book/en/src/awesome_rtic.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/book/en/src/awesome_rtic.md b/book/en/src/awesome_rtic.md index 925cd3fd..6d5aac2e 100644 --- a/book/en/src/awesome_rtic.md +++ b/book/en/src/awesome_rtic.md @@ -1 +1,8 @@ # Awesome RTIC examples + +See the [`rtic-rs/rtic-examples`][rticexamples] repository for community +provided complete examples. + +Pull-requests to this repo is welcome! + +[rticexamples]: https://github.com/rtic-rs/rtic-examples |