From 155fc08d94374d84113260def83b7f78158b08d1 Mon Sep 17 00:00:00 2001 From: quinnyo <3379314+quinnyo@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:01:11 +1000 Subject: [PATCH] Fix link to gbdev wide contributing page --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a42fafed..bc54810f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution guidelines -- Read the [gbdev wide](https://github.com/gbdev/meta/blob/master/CONTRIBUTING.md) contribution guidelines +- Read the [gbdev wide](https://gbdev.io/contributing.html) contribution guidelines - Run an English spell checker - Try to split the PR in small, self-contained parts so they can be reviewed and merged faster (and independently) - Make sure the code you are adding/changing follows the [GB ASM Style guide](https://gbdev.io/guides/asmstyle.html)