File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before.
24
24
peripherals, sensors and bare metal programming through a series of small, fun
25
25
projects that you'll develop in Rust.
26
26
27
- [ discovery ] : discovery/index.html
27
+ [ discovery ] : https://docs.rust-embedded.org/ discovery/index.html
28
28
29
29
# Learn embedded Rust
30
30
@@ -40,7 +40,7 @@ book][book] will get you up to speed with embedded Rust development and then
40
40
teach you how to effectively use the language (AKA patterns) to build more
41
41
correct embedded software.
42
42
43
- [ book ] : book/index.html
43
+ [ book ] : https://docs.rust-embedded.org/ book/index.html
44
44
45
45
## Operating System development tutorials in Rust on the Raspberry Pi
46
46
@@ -81,4 +81,4 @@ of linker scripts, symbols and ABIs. You'll learn about linker script and the
81
81
language features that let you control the ABI of crates by creating a ` no_std `
82
82
program for the ARM Cortex-M architecture from scratch.
83
83
84
- [ The embedonomicon ] :embedonomicon/index.html
84
+ [ The embedonomicon ] : https://docs.rust-embedded.org/ embedonomicon/index.html
You can’t perform that action at this time.
0 commit comments