From ea6d80cc26f308f953270f1bcb51214c55ed3e7f Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Tue, 16 Jul 2024 15:48:47 +0200 Subject: [PATCH] Small wording fix on basic_programs page --- basic_programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_programs.md b/basic_programs.md index 4cbe0bf..ae726fc 100644 --- a/basic_programs.md +++ b/basic_programs.md @@ -285,4 +285,4 @@ For more samples, go [here](https://github.com/pspdev/pspsdk/tree/master/src/sam ## Debugging -When making changes to the example programs listed above, you might run into errors or even crashes. To figure out what went wrong, you can make use of several debugging methods. Check out the [debugging](debugging.html) section on this website to get more info on how to do that. +When making changes to the example programs listed above, you might run into errors or even crashes. To learn how to figure out what went wrong, check out the [debugging](debugging.html) page.