Skip to content

Commit 066f00f

Browse files
committed
Fix more broken tonc links
1 parent 8707595 commit 066f00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The most popular option is to use devkitARM and [libtonc](https://github.com/gba
4040
Follow the instructions in the [getting started guide](https://devkitpro.org/wiki/Getting_Started)
4141
to install devkitARM and check the [examples](https://github.com/gbadev-org/libtonc-examples) and
4242
the [template](https://github.com/gbadev-org/libtonc-template). Once you have verified that you can
43-
compile the examples read the tutorial [Tonc](https://gbadev.net/tonc/toc.html) (by the author of
43+
compile the examples read the tutorial [Tonc](https://gbadev.net/tonc) (by the author of
4444
libtonc) to understand how GBA development goes.
4545

4646
libgba is another library provided by devkitPro, but it isn't as recommended as using libtonc. Both

docs/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A curated list of development resources for Game Boy Advance.
7474

7575
## Tutorials
7676

77-
- [Tonc](https://www.coranac.com/tonc/text/toc.htm) - Complete programming tutorial
77+
- [Tonc](https://gbadev.net/tonc) - Complete programming tutorial
7878
- [Compile C++ for GBA in under an hour](https://www.youtube.com/watch?v=EMeie_gSgDU) - Cinemint's video for getting started with C++/Butano
7979
- [Sound on the Gameboy Advance](https://deku.gbadev.org/program/sound1.html) - How to write your own sound mixer / MOD music player
8080

0 commit comments

Comments
 (0)