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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue