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> <body>
<nav id='publication'> <nav id='publication'>
<a href="http://plottingd.at/a/introduction.html"> <a href="/a/introduction.html">
Introduction Introduction
</a> </a>
<a href="http://plottingd.at/a/coco/" class='current'> <a href="/a/coco/" class='current'>
COCO COCO
</a> </a>
<a href="http://plottingd.at/a/enron/"> <a href="/a/enron/">
Enron Enron
</a> </a>
<a href="http://plottingd.at/a/20bn/"> <a href="/a/20bn/">
Something-Something Something-Something
</a> </a>
<a href="http://plottingd.at/a/interviews.html"> <a href="/a/interviews.html">
Interviews Interviews
</a> </a>
</nav> </nav>