Use new branch naming scheme for edition-3 posts

This commit is contained in:
Philipp Oppermann
2023-03-25 17:36:33 +01:00
parent 5c00dbcb60
commit ae6f001eae
2 changed files with 4 additions and 4 deletions

View File

@@ -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
<!-- fix for zola anchor checker (target is in template): <a id="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
<!-- toc -->

View File

@@ -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
<!-- fix for zola anchor checker (target is in template): <a id="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
<!-- toc -->