From 8812e80809dcc18d00faa7f21f5f28b92bfefc66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 13 Aug 2021 21:48:23 +0200 Subject: [PATCH] readme: Update reference to Contributing.md for 1.6.0->1.5.0 patch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a6c3c5..ec891453 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Having access to the Wii U 1.5.0 version is occasionally useful though, because ### I only have 1.6.0. Can I still contribute? -Yes, you can! A delta patch is provided to turn a 1.6.0 executable into 1.5.0, so if you are able to dump 1.6.0 from your console you will also be able to get 1.5.0. For more information, refer to the [contributing guidelines](Contributing.md). +Yes, you can! A delta patch is provided to turn a 1.6.0 executable into 1.5.0, so if you are able to dump 1.6.0 from your console you will also be able to get 1.5.0. Read on for more information... ### Do I need to be a game dev or a C++ expert to contribute?