Skip to content

Commit f3b0ca2

Browse files
committed
Fix broken links
1 parent 5ab5937 commit f3b0ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/02-requirements/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ and "easy to follow"-ness, IMO.
9999
If you have a different development board and you don't consider yourself a total beginner, you are
100100
better off starting with the [quickstart] project template.
101101

102-
[quickstart]: https://docs.rs/cortex-m-quickstart
102+
[quickstart]: https://rust-embedded.github.io/cortex-m-quickstart/cortex_m_quickstart/

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Discover the world of microcontrollers through [Rust]!
44
5-
[Rust]: https://www.rust-lang.org/en-US/
5+
[Rust]: https://www.rust-lang.org/
66

77
This book is an introductory course on microcontroller-based embedded systems that uses Rust as the
88
teaching language rather than the usual C/C++.

0 commit comments

Comments
 (0)