summaryrefslogtreecommitdiff
path: root/docs/projects/nand2tetris_2.1.md
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-11-10 18:05:41 -0500
committerFrederick Yin <fkfd@fkfd.me>2023-11-10 18:05:41 -0500
commit93a16928dc5d8708d04969c56abc592d374ec0e9 (patch)
tree96d41c624da3fdaec2835bd66052f79d0f25e6f9 /docs/projects/nand2tetris_2.1.md
parentbdc181429079a0780fac6ce0d34ef23c95ef2dd4 (diff)
Migrate to relative links
Diffstat (limited to 'docs/projects/nand2tetris_2.1.md')
-rw-r--r--docs/projects/nand2tetris_2.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/projects/nand2tetris_2.1.md b/docs/projects/nand2tetris_2.1.md
index c707732..0728f94 100644
--- a/docs/projects/nand2tetris_2.1.md
+++ b/docs/projects/nand2tetris_2.1.md
@@ -3,7 +3,7 @@
2022-08-25
Last week I completed nand2tetris part 1 and wrote [a blogpost about
-it](../nand2tetris_1). It was great fun; I like how I built a computer
+it](nand2tetris_1.md). It was great fun; I like how I built a computer
from NAND gates. Without missing a beat I went on to work on the sequel:
nand2tetris, Part 2.