summaryrefslogtreecommitdiff
path: root/src/assets/projects
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-18 14:14:53 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-18 14:48:54 -0400
commit1f9024763d9224c4cd9a181bac27e6b9f12ad672 (patch)
tree00f827470dad9aa2692483acbdef9502c1a464d3 /src/assets/projects
parentfix rss (diff)
downloadwebsite-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.gz
website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.bz2
website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.zip
refactor
Diffstat (limited to 'src/assets/projects')
-rw-r--r--src/assets/projects/03-brainfucked.md2
1 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.