File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before.
2424peripherals, sensors and bare metal programming through a series of small, fun
2525projects 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
4040teach you how to effectively use the language (AKA patterns) to build more
4141correct 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
8181language features that let you control the ABI of crates by creating a ` no_std `
8282program 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
You can’t perform that action at this time.
0 commit comments