diff options
author | JJ | 2023-12-03 01:34:07 +0000 |
---|---|---|
committer | JJ | 2023-12-03 01:34:07 +0000 |
commit | e7583c9d26a3f04012e332377485200c7854da44 (patch) | |
tree | 08eb18dfdaea23e1d25d9bb13d6e54b3250e6cf5 /_layouts/computation.html | |
parent | 4fa638aa717cb698a97706854b0523b7cd54275f (diff) |
meow
Diffstat (limited to '_layouts/computation.html')
-rw-r--r-- | _layouts/computation.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/_layouts/computation.html b/_layouts/computation.html index c95b07b..e4b54db 100644 --- a/_layouts/computation.html +++ b/_layouts/computation.html @@ -7,26 +7,26 @@ layout: default </h1> <div> <nav> - <a href="/wiki/mathematics">mathematics</a> - <a href="/wiki/linguistics">linguistics</a> - <b><a href="/wiki/computation">computation</a></b> - <a href="/wiki/ctf">ctf</a> + <a href="/mathematics">mathematics</a> + <a href="/linguistics">linguistics</a> + <b><a href="/computation">computation</a></b> + <a href="/ctf">ctf</a> </nav> <nav> - <a href="/wiki/computation/syntax">syntax</a> - <a href="/wiki/computation/semantics">semantics</a> - <a href="/wiki/computation/compilers">compilers</a> + <a href="/computation/syntax">syntax</a> + <a href="/computation/semantics">semantics</a> + <a href="/computation/compilers">compilers</a> <br> - <a href="/wiki/computation/types">types</a> - <a href="/wiki/computation/modules">modules</a> - <a href="/wiki/computation/monads">monads</a> - <a href="/wiki/computation/effects">effects</a> - <a href="/wiki/computation/continuations">continuations</a> + <a href="/computation/types">types</a> + <a href="/computation/modules">modules</a> + <a href="/computation/monads">monads</a> + <a href="/computation/effects">effects</a> + <a href="/computation/continuations">continuations</a> <br> - <a href="/wiki/computation/lambda-calculus">lambda calculus</a> - <a href="/wiki/computation/memory-management">memory management</a> - <a href="/wiki/computation/networking">networking</a> - <a href="/wiki/computation/paradigms">paradigms</a> + <a href="/computation/lambda-calculus">lambda calculus</a> + <a href="/computation/memory-management">memory management</a> + <a href="/computation/networking">networking</a> + <a href="/computation/paradigms">paradigms</a> </nav> </div> </header> |