Update to new internal link syntax

This commit is contained in:
Philipp Oppermann
2019-09-29 15:24:21 +02:00
parent 0b971c9128
commit a133ea82cf
29 changed files with 117 additions and 119 deletions

View File

@@ -12,7 +12,7 @@ Over the past six months we've been working on a second edition of this blog. Ou
The [first edition] required several C-tools for building:
[first edition]: ./first-edition/_index.md
[first edition]: @/first-edition/_index.md
- We used the [`GRUB`] bootloader for booting our kernel. To create a bootable disk/CD image we used the [`grub-mkrescue`] tool, which is very difficult to get to run on Windows.
- The [`xorriso`] program was also required, because it is used by `grub-mkrescue`.
@@ -23,7 +23,7 @@ The [first edition] required several C-tools for building:
[`GRUB`]: https://www.gnu.org/software/grub/
[`grub-mkrescue`]: https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkrescue.html
[`xorriso`]: https://www.gnu.org/software/xorriso/
[entering long mode]: ./first-edition/posts/02-entering-longmode/index.md
[entering long mode]: @/first-edition/posts/02-entering-longmode/index.md
[`nasm`]: http://www.nasm.us/xdoc/2.13.03/html/nasmdoc1.html
[`ld`]: https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_3.html
[linker script]: http://www.scoberlin.de/content/media/http/informatik/gcc_docs/ld_3.html
@@ -58,6 +58,6 @@ With our custom bootloader in place, the last remaining problem is platform inde
## The new Posts
The second edition is already live at [https://os.phil-opp.com/second-edition]. Please tell us if you have any feedback on the new posts! We're planning to move over the content from the [first edition] iteratively, in a different order and with various other improvements.
[https://os.phil-opp.com/second-edition]: ./second-edition/_index.md
[https://os.phil-opp.com/second-edition]: @/second-edition/_index.md
Many thanks to everyone who helped to make Rust an even better language for OS development!