From f56a85e75b097fce6a12fdb67999df6c5a38958b Mon Sep 17 00:00:00 2001 From: Jon Stoneman <741710+stoneman@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:54:49 +0100 Subject: [PATCH] Update link to documentation --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4ee9fa0a55..91a35b4c1b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ 2. Pull requests will only be accepted if they are opened against the `master` branch of our repository. Pull requests opened against other branches without prior consent from the maintainers will be closed; -3. Please follow the coding style guidelines: https://github.com/betaflight/betaflight/blob/master/docs/development/CodingStyle.md +3. Please follow the coding style guidelines: https://betaflight.com/docs/development/CodingStyle 4. Keep your pull requests as small and concise as possible. One pull request should only ever add / update one feature. If the change that you are proposing has a wider scope, consider splitting it over multiple pull requests. In particular, pull requests that combine changes to features and one or more new targets are not acceptable.