Skip to content

Commit 57727dc

Browse files
authored
Fix broken link (#353)
1 parent 5ff8ccd commit 57727dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interrupt_Sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ the STAT interrupt line won't have a chance to go low between them).
4343
One very popular use is to indicate to the user when the video
4444
hardware is about to redraw a given LCD line. This can be useful for
4545
dynamically controlling the SCX/SCY registers ($FF43/$FF42) to [perform
46-
special video effects](https://github.com/BlitterObjectBob/DeadCScroll).
46+
special video effects](https://github.com/gb-archive/DeadCScroll).
4747

4848
Example application: set LYC to WY, enable LY=LYC interrupt, and have
4949
the handler disable sprites. This can be used if you use the window for

0 commit comments

Comments
 (0)