From ff942333bd7376913c9763ccfec692e603e0bec3 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Tue, 31 Mar 2020 19:12:06 +0200 Subject: [PATCH] Fix link --- docs/api/famicom-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/famicom-programming-guide.md b/docs/api/famicom-programming-guide.md index 1bc844c8..2fcb2cf6 100644 --- a/docs/api/famicom-programming-guide.md +++ b/docs/api/famicom-programming-guide.md @@ -60,7 +60,7 @@ just specify them correctly in the `[output]format` tag. The `[output]format` tag should contain a valid iNES or NES 2.0 header of the mapper of your choice and then all the segments in proper order (first PRGROM, then CHRROM). -See [the MMC4 example](../../include/nes_mmc4.ini) to see how it can be done. +See [the MMC4 example](https://github.com/KarolS/millfork/blob/master/include/nes_mmc4.ini) to see how it can be done. See [the NesDev wiki](https://wiki.nesdev.com/w/index.php/NES_2.0) for more info about the NES 2.0 file format.