diff --git a/blog/templates/edition-3/index.html b/blog/templates/edition-3/index.html index 4083b8db..47eeaf84 100644 --- a/blog/templates/edition-3/index.html +++ b/blog/templates/edition-3/index.html @@ -76,8 +76,17 @@
-

First Edition

-

You are currently viewing the second edition of “Writing an OS in Rust”. The first edition is very different in many aspects, for example it builds upon the GRUB bootloader instead of using the `bootloader` crate. In case you're interested in it, it is still available. Note that the first edition is no longer updated and might contain outdated information. read the first edition »

+

Previous Editions

+

You are currently viewing the third edition of “Writing an OS in Rust”. In case you are interested in the older editions, you can still find them here:

+ +

Note that the older editions are no longer updated and might no longer work or contain outdated information.