Skip to content

Commit e05102e

Browse files
authored
Fix broken interrupts resource link (#105)
1 parent ee80247 commit e05102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Other tutorials
88

9-
- [evie's interrupts tutorial](https://evie.gbdev.io/resources/interrupts) should help you understand how to use interrupts, and what they are useful for.
9+
- [evie's interrupts tutorial](https://evie.gbdev.io/blog/interrupts.html) should help you understand how to use interrupts, and what they are useful for.
1010
- [tbsp's "Simple GB ASM examples"](https://github.com/tbsp/simple-gb-asm-examples) is a collection of ROMs, each built from a single, fairly short source file.
1111
If you found this tutorial too abstract and/or want to get your feet wet, this is a good place to go to!
1212
- [GB assembly by example](https://github.com/daid/gameboy-assembly-by-example), Daid's collection of code snippets.

0 commit comments

Comments
 (0)