diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-09-04 21:51:23 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-09-04 21:51:23 +0800 |
commit | 987e3955896ece719d245277dd099f2b5e10721f (patch) | |
tree | f17e87ff2a2696ea2c3c44f20b3a030910c24be3 | |
parent | 3f6d9eb74172700e14b968c1d50728d1d5ec5506 (diff) |
projects/index: add slash to avoid mkdocs warning
-rw-r--r-- | docs/projects/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/projects/index.md b/docs/projects/index.md index 400964e..8ca35b4 100644 --- a/docs/projects/index.md +++ b/docs/projects/index.md @@ -18,7 +18,7 @@ In July 2022 I enrolled in a course called nand2tetris. In part one of this course I built a computer from NAND gates and ran assembly on it. It was great fun. -### [Part 2.1](nand2tetris_2.1) +### [Part 2.1](nand2tetris_2.1/) ![Diagram of a stack](img/nand2tetris_2.1/stack_before_add.png) |