From 729a8241eaa32cb7ab18b54868082bc6617c4eac Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 23 Jan 2022 21:23:00 +0100 Subject: [PATCH] Work around false positives in zola's anchor checker --- blog/content/edition-3/posts/01-minimal-kernel/index.md | 1 + blog/content/edition-3/posts/02-booting/index.md | 1 + blog/content/edition-3/posts/02-booting/uefi/index.md | 1 + 3 files changed, 3 insertions(+) diff --git a/blog/content/edition-3/posts/01-minimal-kernel/index.md b/blog/content/edition-3/posts/01-minimal-kernel/index.md index d9b5f1b6..c4d58cda 100644 --- a/blog/content/edition-3/posts/01-minimal-kernel/index.md +++ b/blog/content/edition-3/posts/01-minimal-kernel/index.md @@ -25,6 +25,7 @@ This blog is openly developed on [GitHub]. If you have any problems or questions [GitHub]: https://github.com/phil-opp/blog_os [at the bottom]: #comments + [post branch]: https://github.com/phil-opp/blog_os/tree/post-01 diff --git a/blog/content/edition-3/posts/02-booting/index.md b/blog/content/edition-3/posts/02-booting/index.md index 6e84f56a..fee94fe7 100644 --- a/blog/content/edition-3/posts/02-booting/index.md +++ b/blog/content/edition-3/posts/02-booting/index.md @@ -28,6 +28,7 @@ This blog is openly developed on [GitHub]. If you have any problems or questions [GitHub]: https://github.com/phil-opp/blog_os [at the bottom]: #comments + [post branch]: https://github.com/phil-opp/blog_os/tree/post-02 diff --git a/blog/content/edition-3/posts/02-booting/uefi/index.md b/blog/content/edition-3/posts/02-booting/uefi/index.md index 466e5b54..30ae4e54 100644 --- a/blog/content/edition-3/posts/02-booting/uefi/index.md +++ b/blog/content/edition-3/posts/02-booting/uefi/index.md @@ -29,6 +29,7 @@ This blog is openly developed on [GitHub]. If you have any problems or questions [GitHub]: https://github.com/phil-opp/blog_os [at the bottom]: #comments +