Fix some remaining internal links that used old syntax

This commit is contained in:
Philipp Oppermann
2019-10-06 13:51:09 +02:00
parent 0caf162825
commit dddabe2243
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
<hr> <hr>
<small> <small>
&copy; <time datetime="2017">2017</time>. All rights reserved. &copy; <time datetime="2017">2017</time>. All rights reserved.
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a> <a href="{{ get_url(path="@/pages/contact.md") }}">Contact</a>
</small> </small>
</footer> </footer>
</div> </div>

View File

@@ -6,6 +6,6 @@
{% block introduction %} {% block introduction %}
<p>These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the <code>x86-interrupt</code> calling convention and the <code>x86_64</code> crate existed. Our new way of handling exceptions can be found in the <a href="{{ get_url(path="./first-edition/posts/09-handling-exceptions/index.md") }}">“Handling Exceptions”</a> post.</p> <p>These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the <code>x86-interrupt</code> calling convention and the <code>x86_64</code> crate existed. Our new way of handling exceptions can be found in the <a href="{{ get_url(path="@/first-edition/posts/09-handling-exceptions/index.md") }}">“Handling Exceptions”</a> post.</p>
{% endblock introduction %} {% endblock introduction %}

View File

@@ -40,7 +40,7 @@
<hr> <hr>
<small> <small>
&copy; <time datetime="2019">2019</time>. All rights reserved. &copy; <time datetime="2019">2019</time>. All rights reserved.
<a href="{{ get_url(path="./pages/contact.md") }}">Contact</a> <a href="{{ get_url(path="@/pages/contact.md") }}">Contact</a>
</small> </small>
</footer> </footer>
</div> </div>