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