summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/projects/03-brainfucked.md2
-rw-r--r--src/assets/writeup/brainfucked.md (renamed from src/assets/writeup/proof.md)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/projects/03-brainfucked.md b/src/assets/projects/03-brainfucked.md
index f45c157..e8ffb5e 100644
--- a/src/assets/projects/03-brainfucked.md
+++ b/src/assets/projects/03-brainfucked.md
@@ -7,4 +7,4 @@ brainfucked is a brainfuck dialect that makes you manage your memory manually!
The original interpreter gives you a tape of 30,000 cells, while i only give you
as much as a pointer takes up on your system: 4 or 8 depending if your on a 32bit or 64bit system.
You can than allocate a new tape and then use that! Also brainfucked is tuing complete proven by
-this amzing [proof](/blog/writeup?name=proof.md) that my friend [trimill](https://trimill.xyz) made.
+this amzing [proof](/blog/writeup/brainfucked) that my friend [trimill](https://trimill.xyz) made.
diff --git a/src/assets/writeup/proof.md b/src/assets/writeup/brainfucked.md
index 1f5eeda..1f5eeda 100644
--- a/src/assets/writeup/proof.md
+++ b/src/assets/writeup/brainfucked.md