From 5ce8eabffbe4d707c8d0ee848a4474e3e6943d35 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 13 Mar 2019 14:58:11 +0100 Subject: [PATCH] Fix code link to current HEAD of post-10 branch The code in the post-10 branch will be replaced with the code of the new "Paging Implementation" post. --- .../second-edition/posts/deprecated/10-advanced-paging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/posts/deprecated/10-advanced-paging/index.md b/blog/content/second-edition/posts/deprecated/10-advanced-paging/index.md index 0a66515d..41e8d728 100644 --- a/blog/content/second-edition/posts/deprecated/10-advanced-paging/index.md +++ b/blog/content/second-edition/posts/deprecated/10-advanced-paging/index.md @@ -17,7 +17,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-10 +[post branch]: https://github.com/phil-opp/blog_os/tree/5c0fb63f33380fc8596d7166c2ebde03ef3d6726 ## Introduction