From df0a6fa3ab968cfd2005d599624c20d2a1a67b36 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 5 Oct 2017 10:17:13 +0200 Subject: [PATCH] Argument of `get_url` was renamed to `path` --- blog/templates/base.html | 2 +- blog/templates/handling-exceptions-with-naked-fns.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/templates/base.html b/blog/templates/base.html index cf64b434..4a8f984d 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -35,7 +35,7 @@
© . All rights reserved. - Contact + Contact diff --git a/blog/templates/handling-exceptions-with-naked-fns.html b/blog/templates/handling-exceptions-with-naked-fns.html index eb512446..f5212328 100644 --- a/blog/templates/handling-exceptions-with-naked-fns.html +++ b/blog/templates/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 %}