summaryrefslogtreecommitdiff
path: root/docs/projects/nand2tetris_2.2.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.2.md
parentbdc181429079a0780fac6ce0d34ef23c95ef2dd4 (diff)
Migrate to relative links
Diffstat (limited to 'docs/projects/nand2tetris_2.2.md')
-rw-r--r--docs/projects/nand2tetris_2.2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/projects/nand2tetris_2.2.md b/docs/projects/nand2tetris_2.2.md
index e118461..198c048 100644
--- a/docs/projects/nand2tetris_2.2.md
+++ b/docs/projects/nand2tetris_2.2.md
@@ -4,7 +4,7 @@
Welcome back! In Part 2.2 we are going to start writing a compiler. It
compiles a high-level language called Jack to VM commands we saw in the
-[last chapter](../nand2tetris_2.1/). For ease of organization I decided,
+[last chapter](nand2tetris_2.1.md). For ease of organization I decided,
once again, to write it in Python.
The compiler is a three-step process. In this blogpost we are writing