summaryrefslogtreecommitdiff
path: root/_layouts/ctf.html
diff options
context:
space:
mode:
authorJJ2023-12-03 01:34:07 +0000
committerJJ2023-12-03 01:34:07 +0000
commite7583c9d26a3f04012e332377485200c7854da44 (patch)
tree08eb18dfdaea23e1d25d9bb13d6e54b3250e6cf5 /_layouts/ctf.html
parent4fa638aa717cb698a97706854b0523b7cd54275f (diff)
meow
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>