Add links to the article everywhere else
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-25 17:40:40 -07:00
parent c53a8ba68e
commit 49cf8e3e08
2 changed files with 3 additions and 2 deletions

View File

@@ -141,3 +141,4 @@ Here are the posts that I've written so far for this series:
* [Runtime]({{< relref "07_compiler_runtime.md" >}})
* [LLVM]({{< relref "08_compiler_llvm.md" >}})
* [Garbage Collection]({{< relref "09_compiler_garbage_collection.md" >}})
* [Polymorphism]({{< relref "10_compiler_polymorphism.md" >}})