Skip to content

Commit fdfd705

Browse files
committed
Update URLs to allow link-checker to work
1 parent 161b5e9 commit fdfd705

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before.
2424
peripherals, sensors and bare metal programming through a series of small, fun
2525
projects that you'll develop in Rust.
2626

27-
[discovery]: discovery/index.html
27+
[discovery]: https://docs.rust-embedded.org/discovery/index.html
2828

2929
# Learn embedded Rust
3030

@@ -40,7 +40,7 @@ book][book] will get you up to speed with embedded Rust development and then
4040
teach you how to effectively use the language (AKA patterns) to build more
4141
correct embedded software.
4242

43-
[book]: book/index.html
43+
[book]: https://docs.rust-embedded.org/book/index.html
4444

4545
## Operating System development tutorials in Rust on the Raspberry Pi
4646

@@ -81,4 +81,4 @@ of linker scripts, symbols and ABIs. You'll learn about linker script and the
8181
language features that let you control the ABI of crates by creating a `no_std`
8282
program for the ARM Cortex-M architecture from scratch.
8383

84-
[The embedonomicon]:embedonomicon/index.html
84+
[The embedonomicon]: https://docs.rust-embedded.org/embedonomicon/index.html

0 commit comments

Comments
 (0)