Change nav urls
This commit is contained in:
parent
9e8ea3803a
commit
c7dc70efd1
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue