Skip to content

Commit ebb80c6

Browse files
committed
Update godot documentation contribution link
Hey there, first time contributing and I'm in the middle of reading the contribution best practice, so sorry for any mistakes in this pull request. When clicking the **Contributing section** link under the **Contributors guidelines** title, this linked to the Godot *page not found* link. I changed the link from `https://docs.godotengine.org/en/latest/contributing/ways_to_contribute.html` to `https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html`. Now, when a user clicks the link, it will redirect them to the start of the contribution documentation.
1 parent e25f3c0 commit ebb80c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document summarizes the most important points for people interested in
44
contributing to Godot, especially via bug reports or pull requests.
55

6-
The Godot documentation has a dedicated [Contributing section](https://docs.godotengine.org/en/latest/contributing/ways_to_contribute.html)
6+
The Godot documentation has a dedicated [Contributing section](https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html)
77
which details these points and more, and is a recommended read.
88

99
## Table of contents
@@ -63,7 +63,7 @@ In addition to the following tips, also take a look at the
6363
[Engine development guide](https://docs.godotengine.org/en/latest/contributing/development/index.html)
6464
for an introduction to developing on Godot.
6565

66-
The [Contributing docs](https://docs.godotengine.org/en/latest/contributing/ways_to_contribute.html)
66+
The [Contributing docs](https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html)
6767
also have important information on the [PR workflow](https://docs.godotengine.org/en/latest/contributing/workflow/pr_workflow.html)
6868
(with a helpful guide for Git usage), and our [Code style guidelines](https://docs.godotengine.org/en/latest/contributing/development/code_style_guidelines.html)
6969
which all contributions need to follow.

0 commit comments

Comments
 (0)