From c59ee1edbdbb3457b9a9d53cc5d1beea333a6a9e Mon Sep 17 00:00:00 2001 From: Luke Gobin Date: Wed, 24 Jan 2024 10:57:31 -0600 Subject: [PATCH] Fix broken link Change tutorial url from (http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) to (https://multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34a0f1..a04eb26 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ It's a great way to learn. * [**C**: _Virtual machine in C_](http://web.archive.org/web/20200121100942/https://blog.felixangell.com/virtual-machine-in-c/) * [**C**: _Write your Own Virtual Machine_](https://justinmeiners.github.io/lc3-vm/) * [**C**: _Writing a Game Boy emulator, Cinoop_](https://cturt.github.io/cinoop.html) -* [**C++**: _How to write an emulator (CHIP-8 interpreter)_](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) +* [**C++**: _How to write an emulator (CHIP-8 interpreter)_](https://multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) * [**C++**: _Emulation tutorial (CHIP-8 interpreter)_](http://www.codeslinger.co.uk/pages/projects/chip8.html) * [**C++**: _Emulation tutorial (GameBoy emulator)_](http://www.codeslinger.co.uk/pages/projects/gameboy.html) * [**C++**: _Emulation tutorial (Master System emulator)_](http://www.codeslinger.co.uk/pages/projects/mastersystem/memory.html)