aboutsummaryrefslogtreecommitdiff
path: root/book/en
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-06-08 06:31:33 +0000
committerGitHub <noreply@github.com>2023-06-08 06:31:33 +0000
commit599793829377a64603e93a1136360f17d3bade93 (patch)
treea3bb1d51f067c4f72b3ad4c5461f328174335885 /book/en
parent9f8d54c1ee4790f96c19e409a3b3108bf3db4ceb (diff)
parent8622db1258fdcc475b0d3c1f1813500ca2d9c249 (diff)
Merge #766
766: Book: v2 examples in repo r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'book/en')
-rw-r--r--book/en/src/starting_a_project.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/en/src/starting_a_project.md b/book/en/src/starting_a_project.md
index 437248f..c78c5a2 100644
--- a/book/en/src/starting_a_project.md
+++ b/book/en/src/starting_a_project.md
@@ -10,8 +10,8 @@ If you are targeting ARMv6-M or ARMv8-M-base architecture, check out the section
This will give you an RTIC application with support for RTT logging with [`defmt`] and stack overflow
protection using [`flip-link`]. There is also a multitude of examples provided by the community:
-For inspiration, you may look at the [rtic examples].
+For inspiration, you may look at the [RTIC examples].
[`defmt`]: https://github.com/knurling-rs/defmt/
[`flip-link`]: https://github.com/knurling-rs/flip-link/
-[rtic examples]: https://github.com/rtic-rs/rtic/tree/master/examples
+[RTIC examples]: https://github.com/rtic-rs/rtic/tree/master/examples