summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--posts/writing-an-nes-game-part-3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/writing-an-nes-game-part-3.md b/posts/writing-an-nes-game-part-3.md
index 998ae50..adaa81e 100644
--- a/posts/writing-an-nes-game-part-3.md
+++ b/posts/writing-an-nes-game-part-3.md
@@ -90,6 +90,6 @@ but that does require more CPU cycles, especially if not all of the buttons
are important.
In the spirit of continuing with real working code,
-[here]({{urls.media}}/input.nes) is a sample program which changes the
+[here]({{urls.media}}/input.s) is a sample program which changes the
background color every time you press A, rather than every second like last
time. Tomorrow, we'll work on drawing sprites!