From bf56315d4ea8fe8c85cd26c2f5833c83f02a03bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Fri, 19 Apr 2019 22:49:06 +0200 Subject: [PATCH] More informative links to resources --- book.toml | 2 ++ src/ch1_00_introduction.md | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/book.toml b/book.toml index ebbf5de..e0d4e15 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 e552730..3f8656e 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 -- GitLab