From b9999bb912052739f7ad05ad6ae18d25a391af39 Mon Sep 17 00:00:00 2001 From: tstone Date: Tue, 13 Jun 2023 18:20:56 -0600 Subject: [PATCH] fixed broken link in contrib doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53b502352..bbecc4c63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ Before you work on a PR and submit it, please pay attention to the following gui 1. Search the [pull requests](https://github.com/mainsail-crew/mainsail/pulls) for an open or closed PR related to your submission. - You don't want to duplicate existing efforts or work on something unlikely to be merged into the project. 2. Do not submit PRs against the `master` branch. PRs need to be submitted against the `develop` branch. -3. Follow our [Code Standards](https://docs.mainsail.xyz/development/code-standards) +3. Follow our [Code Standards](https://docs.mainsail.xyz/overview/developement/code-standards) 4. If there is an issue describing the problem you're fixing or a discussion of a feature you are implementing, make sure to link it in the PRs body. - You can also add `fix #` or `fixes #` in the PR body where `` is the issue id.