diff options
Diffstat (limited to '')
| -rw-r--r-- | projects/chip8emu.md | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/projects/chip8emu.md b/projects/chip8emu.md index 395b7d2..34ebdfa 100644 --- a/projects/chip8emu.md +++ b/projects/chip8emu.md @@ -3,8 +3,10 @@ description = An Emulator/Interpreter for CHIP-8.  languages = C++  url = /projects/chip8emu  template = project.html -link = https://github.com/compromyse/autograd -linklabel = SOURCE +links = [ +    href = https://github.com/compromyse/autograd +    label = SOURCE +]  priority = 2  --- | 
