From dddabe2243f8546bb436ffc87c15af41332ff950 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 6 Oct 2019 13:51:09 +0200 Subject: [PATCH] Fix some remaining internal links that used old syntax --- blog/templates/first-edition/base.html | 2 +- .../first-edition/handling-exceptions-with-naked-fns.html | 2 +- blog/templates/second-edition/base.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/templates/first-edition/base.html b/blog/templates/first-edition/base.html index cfdb8129..b67763fd 100644 --- a/blog/templates/first-edition/base.html +++ b/blog/templates/first-edition/base.html @@ -35,7 +35,7 @@
© . All rights reserved. - Contact + Contact diff --git a/blog/templates/first-edition/handling-exceptions-with-naked-fns.html b/blog/templates/first-edition/handling-exceptions-with-naked-fns.html index a1443e3b..ccecf420 100644 --- a/blog/templates/first-edition/handling-exceptions-with-naked-fns.html +++ b/blog/templates/first-edition/handling-exceptions-with-naked-fns.html @@ -6,6 +6,6 @@ {% block introduction %} -

These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the x86-interrupt calling convention and the x86_64 crate existed. Our new way of handling exceptions can be found in the “Handling Exceptions” post.

+

These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the x86-interrupt calling convention and the x86_64 crate existed. Our new way of handling exceptions can be found in the “Handling Exceptions” post.

{% endblock introduction %} diff --git a/blog/templates/second-edition/base.html b/blog/templates/second-edition/base.html index 2a719397..2ffa1669 100644 --- a/blog/templates/second-edition/base.html +++ b/blog/templates/second-edition/base.html @@ -40,7 +40,7 @@
© . All rights reserved. - Contact + Contact