Skip to content

Commit 62beb7a

Browse files
committed
Refer to rtic-rs/rtic/examples instead
1 parent 17a2faa commit 62beb7a

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

book/en/src/awesome_rtic.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Awesome RTIC examples
22

3-
See the [`rtic-rs/rtic-examples`][rticexamples] repository for community
4-
provided complete examples.
3+
See the [`rtic-rs/rtic/examples`][rticexamples] repository for complete examples.
54

6-
Pull-requests to this repo are welcome!
5+
Pull-requests are welcome!
76

8-
[rticexamples]: https://github.com/rtic-rs/rtic-examples
7+
[rticexamples]: https://github.com/rtic-rs/rtic/tree/master/examples

book/en/src/by-example/starting_a_project.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ If you are targeting ARMv6-M or ARMv8-M-base architecture, check out the section
1010
This will give you an RTIC application with support for RTT logging with [`defmt`] and stack overflow
1111
protection using [`flip-link`]. There is also a multitude of examples provided by the community:
1212

13-
For inspiration, you may look at the below resources. For now, they cover RTIC v1.x, but will be updated with RTIC v2.x examples over time.
14-
15-
- [`rtic-examples`] - Multiple projects
16-
- [https://github.com/kalkyl/f411-rtic](https://github.com/kalkyl/f411-rtic)
17-
- ... More to come
13+
For inspiration, you may look at the [rtic examples].
1814

1915
[`defmt`]: https://github.com/knurling-rs/defmt/
2016
[`flip-link`]: https://github.com/knurling-rs/flip-link/
21-
[`rtic-examples`]: https://github.com/rtic-rs/rtic-examples
17+
[rtic examples]: https://github.com/rtic-rs/rtic/tree/master/examples

0 commit comments

Comments
 (0)