From 08ec73e6c348881f350cd019b65a0f426f1299a3 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Wed, 14 Apr 2021 20:39:47 +0200 Subject: [PATCH] Fix broken link to the 8-Bit Wonderland document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e206d7..740085a 100644 --- a/README.md +++ b/README.md @@ -366,7 +366,7 @@ Fragments of code, effects, proof of concepts and generally non complete games. ### C -- [8-Bit Wonderland](https://web.archive.org/web/20191106010059/http://belial.blarzwurst.de/gbpaper/paper.pdf) - Well-written introductory document about how the Game Boy works and how to start developing working code for it. +- [8-Bit Wonderland](https://github.com/gb-archive/salvage/blob/master/misc/8bit_wonderland.pdf) - Well-written introductory document about how the Game Boy works and how to start developing working code for it. - [Grooves Game Boy Programming](https://github.com/gbdk-salvage/grooves-game-boy-programming) - A complete set of lessons about implementing various game mechanics in a Game Boy game. - [How to Write a Simple Side Scrolling Game](http://pastebin.com/F3tHLj68) - Old (but still relevant) tutorial. - [Just another simple tutorial](http://pastebin.com/gzT47MPJ)