From a2caef394ce35d4fd8e374193c1ee9705a775fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sat, 18 Dec 2021 22:35:39 +0100 Subject: Docs: Point to rtic-examples repo --- book/en/src/awesome_rtic.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'book/en/src/awesome_rtic.md') diff --git a/book/en/src/awesome_rtic.md b/book/en/src/awesome_rtic.md index 925cd3f..6d5aac2 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 -- cgit v1.2.3 From 1b1b077961421f9c174edb1ed793ee055ed489de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 19 Dec 2021 10:03:18 +0100 Subject: Review fixup --- book/en/src/awesome_rtic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/awesome_rtic.md') diff --git a/book/en/src/awesome_rtic.md b/book/en/src/awesome_rtic.md index 6d5aac2..36d38e6 100644 --- a/book/en/src/awesome_rtic.md +++ b/book/en/src/awesome_rtic.md @@ -3,6 +3,6 @@ See the [`rtic-rs/rtic-examples`][rticexamples] repository for community provided complete examples. -Pull-requests to this repo is welcome! +Pull-requests to this repo are welcome! [rticexamples]: https://github.com/rtic-rs/rtic-examples -- cgit v1.2.3