diff --git a/blog/content/second-edition/posts/10-paging-implementation/index.md b/blog/content/second-edition/posts/10-paging-implementation/index.md index 98cdad28..f5596535 100644 --- a/blog/content/second-edition/posts/10-paging-implementation/index.md +++ b/blog/content/second-edition/posts/10-paging-implementation/index.md @@ -54,8 +54,8 @@ x86_64 = "0.5.2" For an overview of the changes in these versions, check out the [`bootloader` changelog] and the [`x86_64` changelog]. -[`bootloader` changelog]: https://github.com/rust-osdev/x86_64/blob/master/Changelog.md -[`x86_64` changelog]: https://github.com/rust-osdev/bootloader/blob/master/Changelog.md +[`bootloader` changelog]: https://github.com/rust-osdev/bootloader/blob/master/Changelog.md +[`x86_64` changelog]: https://github.com/rust-osdev/x86_64/blob/master/Changelog.md ## Accessing Page Tables