From ae6f001eae3de7e34d11af4399aeed031782a906 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 25 Mar 2023 17:36:33 +0100 Subject: [PATCH] Use new branch naming scheme for edition-3 posts --- blog/content/edition-3/posts/01-minimal-kernel/index.md | 4 ++-- blog/content/edition-3/posts/02-booting/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 32021f8b..0c6aadc9 100644 --- a/blog/content/edition-3/posts/01-minimal-kernel/index.md +++ b/blog/content/edition-3/posts/01-minimal-kernel/index.md @@ -26,12 +26,12 @@ The result is a minimal operating system kernel that forms the base for the foll This blog is openly developed on [GitHub]. If you have any problems or questions, please open an issue there. You can also leave comments [at the bottom]. -The complete source code for this post can be found in the [`post-01`][post branch] branch. +The complete source code for this post can be found in the [`post-3.1`][post branch] branch. [GitHub]: https://github.com/phil-opp/blog_os [at the bottom]: #comments -[post branch]: https://github.com/phil-opp/blog_os/tree/post-01 +[post branch]: https://github.com/phil-opp/blog_os/tree/post-3.1 diff --git a/blog/content/edition-3/posts/02-booting/index.md b/blog/content/edition-3/posts/02-booting/index.md index c6b5d2fc..7748b942 100644 --- a/blog/content/edition-3/posts/02-booting/index.md +++ b/blog/content/edition-3/posts/02-booting/index.md @@ -29,12 +29,12 @@ We then show how this image can be started in the [QEMU] emulator and run on rea This blog is openly developed on [GitHub]. If you have any problems or questions, please open an issue there. You can also leave comments [at the bottom]. -The complete source code for this post can be found in the [`post-02`][post branch] branch. +The complete source code for this post can be found in the [`post-3.2`][post branch] branch. [GitHub]: https://github.com/phil-opp/blog_os [at the bottom]: #comments -[post branch]: https://github.com/phil-opp/blog_os/tree/post-02 +[post branch]: https://github.com/phil-opp/blog_os/tree/post-3.2