From 592c72ea3bb9ad3c79028d16bb36cacacaf63ba5 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Wed, 7 Aug 2024 18:07:33 +0200 Subject: [PATCH] Improved wording 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 740be8d..88e6216 100644 --- a/basic_programs.md +++ b/basic_programs.md @@ -283,7 +283,7 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct ## More Examples -More examples on how to use specific functions offered in the PSPDEV toolchain can be found [here](https://github.com/pspdev/pspsdk/tree/master/src/samples). Documentation on PSPDEV toolchain specific functions can be found [here](https://pspdev.github.io/pspsdk/). +More examples on how to use specific functions offered in the PSPDEV toolchain can be found [here](https://github.com/pspdev/pspsdk/tree/master/src/samples). Additional documentation on these functions can be found [here](https://pspdev.github.io/pspsdk/). ## Debugging