summaryrefslogtreecommitdiff
path: root/docs/projects/nand2tetris_2.2.md
diff options
context:
space:
mode:
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