Change nav urls

This commit is contained in:
Ruben van de Ven 2020-03-10 09:19:56 +01:00
parent 9e8ea3803a
commit c7dc70efd1
1 changed files with 5 additions and 5 deletions

View File

@ -9,19 +9,19 @@
<body>
<nav id='publication'>
<a href="http://plottingd.at/a/introduction.html">
<a href="/a/introduction.html">
Introduction
</a>
<a href="http://plottingd.at/a/coco/" class='current'>
<a href="/a/coco/" class='current'>
COCO
</a>
<a href="http://plottingd.at/a/enron/">
<a href="/a/enron/">
Enron
</a>
<a href="http://plottingd.at/a/20bn/">
<a href="/a/20bn/">
Something-Something
</a>
<a href="http://plottingd.at/a/interviews.html">
<a href="/a/interviews.html">
Interviews
</a>
</nav>