diff --git a/book.toml b/book.toml index ebbf5de0b479c6fc334f185698ef25167e0afa7d..e0d4e150c97245c1e1d422d5e43ade8a6f1be790 100644 --- a/book.toml +++ b/book.toml @@ -4,4 +4,6 @@ multilingual = false src = "src" title = "XP-el MPPK" +[output.html] + [output.linkcheck] diff --git a/src/ch1_00_introduction.md b/src/ch1_00_introduction.md index e5527307a6e739b41df5e913fa17ef3dc1bfba29..3f8656e7fa77b5ee13a7b21becba98364fb5c58e 100644 --- a/src/ch1_00_introduction.md +++ b/src/ch1_00_introduction.md @@ -23,7 +23,7 @@ While your laptop/stationary computer most likely runs some `x86_64` CPU archite odds are your mobile phone is powered by an ARM processor. The ARM family of Reduced Instruction Set Computing (RISC) architectures is one of the most prevalent processor architectures. -For more information: [](https://en.wikipedia.org/wiki/ARM_architecture) +For more information: [ARM on Wikipedia](https://en.wikipedia.org/wiki/ARM_architecture). ## Registers, IO @@ -143,7 +143,7 @@ An open source hardware debugger supporting JTAG and SWD. Vendor agnostic -[github page](https://github.com/blacksphere/blackmagic/wiki) +[ST-link github page](https://github.com/blacksphere/blackmagic/wiki) ### Git @@ -161,7 +161,7 @@ The package manager for Rust Taking care of dependencies, compilation and many other things. -For more information: [](https://doc.rust-lang.org/cargo/) +For more information see the [rust documentation](https://doc.rust-lang.org/cargo/). #### Cargo-binutils