From 6061446a7eebb451192a3aedfb816df663c50179 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Thu, 26 Feb 2026 11:24:40 +0100 Subject: [PATCH] Fix links for code style / hooks. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fbc45b89f2..73f09d3272 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,5 +4,5 @@ Please target the `master` branch in priority. Relevant fixes are cherry-picked for stable branches as needed by maintainers. To speed up the contribution process and avoid CI errors, please set up pre-commit hooks locally: -https://contributing.godotengine.org/en/latest/engine/guidelines/code_style.html +https://contributing.godotengine.org/en/latest/engine/introduction.html#setting-up-a-dev-environment --> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02829178ff..613aa7accf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ for an introduction to developing on Godot. The [Contributing docs](https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html) also have important information on the [PR workflow](https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html) -(with a helpful guide for Git usage), and our [Code style guidelines](https://contributing.godotengine.org/en/latest/engine/guidelines/code_style.html) +(with a helpful guide for Git usage), and our [Code style guidelines](https://contributing.godotengine.org/en/latest/engine/guidelines/cpp_usage_guidelines.html) which all contributions need to follow. ### Be mindful of your commits