Fix links for code style / hooks.

This commit is contained in:
Lukas Tenbrink 2026-02-26 11:24:40 +01:00
parent 923c751af4
commit 6061446a7e
2 changed files with 2 additions and 2 deletions

View file

@ -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
-->

View file

@ -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