summaryrefslogtreecommitdiff
path: root/_layouts/ctf.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/ctf.html')
-rw-r--r--_layouts/ctf.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/_layouts/ctf.html b/_layouts/ctf.html
index c38148a..5727de1 100644
--- a/_layouts/ctf.html
+++ b/_layouts/ctf.html
@@ -7,17 +7,16 @@ layout: default
</h1>
<div>
<nav>
- <a href="/foundations">foundations</a>
- <a href="/computation">computation</a>
- <a href="/mathematics">mathematics</a>
- <a href="/linguistics">linguistics</a>
- <b><a href="/ctf">ctf</a></b>
+ <a href="/wiki/mathematics">mathematics</a>
+ <a href="/wiki/linguistics">linguistics</a>
+ <a href="/wiki/computation">computation</a>
+ <b><a href="/wiki/ctf">ctf</a></b>
</nav>
<nav>
- <a href="/rev">rev</a>
- <a href="/pwn">pwn</a>
- <a href="/crypto">crypto</a>
- <a href="/web">web</a>
+ <a href="/wiki/ctf/rev">rev</a>
+ <a href="/wiki/ctf/pwn">pwn</a>
+ <a href="/wiki/ctf/crypto">crypto</a>
+ <a href="/wiki/ctf/web">web</a>
</nav>
</div>
</header>