From 1dbec05c331363b15b775a115d78b64bc6b26805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=D0=AF=C3=98NE?= <88117897+alvarorichard@users.noreply.github.com> Date: Thu, 17 Apr 2025 04:31:23 -0300 Subject: [PATCH] fix: update Zig CHIP-8 tutorial link to correct archived URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index badd1cb..a58e54f 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ It's a great way to learn. * [**JavaScript**: _GameBoy Emulation in JavaScript_](http://imrannazar.com/GameBoy-Emulation-in-JavaScript) * [**Python**: _Emulation Basics: Write your own Chip 8 Emulator/Interpreter_](http://omokute.blogspot.com.br/2012/06/emulation-basics-write-your-own-chip-8.html) * [**Rust**: _0dmg: Learning Rust by building a partial Game Boy emulator_](https://jeremybanks.github.io/0dmg/) -* [**Zig**: _Making a CHIP-8 emulator in Zig_](https://handling.website/archives/tag/zig) +* [**Zig**: _Making a CHIP-8 emulator in Zig_](https://web.archive.org/web/20231029134327/https://handling.website/archives/1977) #### Build your own `Front-end Framework / Library`