From d71404aa6cac4ec3a3262a466935f3d5acd8e61b Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 20 May 2020 09:56:49 -0300 Subject: [PATCH] Update link to CLA --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e224c4920..1d2600b7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ You can fork the GitHub repository using the Fork button at The Pull Requests (PR) systems works in this way: 1. First of all you will need to sign our - [Contributor License Agreement](https://github.com/aseprite/opensource/blob/master/sign-cla.md#sign-the-cla) (CLA). + [Contributor License Agreement](https://github.com/aseprite/sourcecode/blob/master/sign-cla.md#sign-the-cla) (CLA). 1. Then you can start working on Aseprite. Create a new branch from `master`, e.g. `fix-8` to fix the issue 8. Check this guide about [how to name your branch](https://github.com/agis/git-style-guide#branches). 1. Start working on that new branch, and push your commits to your fork.