Replace all of the ref with relrefs
This commit is contained in:
@@ -3,7 +3,7 @@ title: Learning Emulation, Part 2
|
||||
date: 2016-11-23 23:23:18.664038
|
||||
tags: ["C and C++", "Emulation"]
|
||||
---
|
||||
_This is the second post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head [here]({{< ref "/blog/01_learning_emulation.md" >}})._
|
||||
_This is the second post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head [here]({{< relref "/blog/01_learning_emulation.md" >}})._
|
||||
|
||||
Now that we have an understanding of the physical capabilities of a Chip-8 system, we can write code that will represent such a system on our computer. In this post we'll start writing some basic code - be prepared.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user