Skip to content

Commit 6584edc

Browse files
committed
fix links
1 parent 4ea998a commit 6584edc

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
27+
[discovery]: 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
43+
[book]: book/index.html
4444

4545
# Write embedded Rust
4646

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

67-
[The embedonomicon]:https://rust-embedded.github.io/embedonomicon
67+
[The embedonomicon]:embedonomicon/index.html

0 commit comments

Comments
 (0)