From 93a16928dc5d8708d04969c56abc592d374ec0e9 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Fri, 10 Nov 2023 18:05:41 -0500 Subject: Migrate to relative links --- docs/projects/nand2tetris_2.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/projects/nand2tetris_2.2.md') 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 -- cgit v1.2.3