Skip to content

Commit f875de9

Browse files
committed
Update contributing links to contributing.godotengine.org.
1 parent f7ddd0e commit f875de9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ PRs can target other branches (e.g. `3.2`, `3.5`) if the same change was done in
44
PRs must not target `stable`, as that branch is updated manually.
55
66
The type of content accepted into the documentation is explained here:
7-
https://docs.godotengine.org/en/latest/community/contributing/content_guidelines.html
7+
https://contributing.godotengine.org/en/latest/documentation/guidelines/content_guidelines.html
88
-->

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ add-on.
3333

3434
All contributors are welcome to help on the Godot documentation.
3535

36-
To get started, head to the [Contributing section](https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html) of the online manual. There, you will find all the information you need to write and submit changes.
36+
To get started, head to the [Contributing documentation](https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html). There, you will find all the information you need to write and submit changes.
3737

3838
Here are some quick links to the areas you might be interested in:
3939

40-
1. [Contributing to the online manual](https://docs.godotengine.org/en/latest/contributing/documentation/contributing_to_the_documentation.html)
41-
2. [Contributing to the class reference](https://docs.godotengine.org/en/latest/contributing/documentation/updating_the_class_reference.html)
42-
3. [Content guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/content_guidelines.html)
43-
4. [Writing guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/docs_writing_guidelines.html)
44-
5. [Building the manual](https://docs.godotengine.org/en/latest/contributing/documentation/building_the_manual.html)
40+
1. [Contributing to the online manual](https://contributing.godotengine.org/en/latest/documentation/manual/index.html)
41+
2. [Contributing to the class reference](https://contributing.godotengine.org/en/latest/documentation/class_reference.html)
42+
3. [Content guidelines](https://contributing.godotengine.org/en/latest/documentation/guidelines/content_guidelines.html)
43+
4. [Writing guidelines](https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_writing_guidelines.html)
44+
5. [Building the manual](https://contributing.godotengine.org/en/latest/documentation/manual/building_the_manual.html)
4545
6. [Translating the documentation](https://contributing.godotengine.org/en/latest/documentation/translation/index.html)
4646

4747
## License

_tools/redirects/redirects.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source,destination
4242
/development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules/custom_audiostreams.html
4343
/development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules/custom_godot_servers.html
4444
/development/cpp/custom_modules_in_cpp.html,/engine_details/development/core_and_modules/custom_modules_in_cpp.html
45-
/development/cpp/custom_resource_format_loaders.html,/contributing/development/core_and_modules/custom_resource_format_loaders.html
45+
/development/cpp/custom_resource_format_loaders.html,/engine_details/development/core_and_modules/custom_resource_format_loaders.html
4646
/development/cpp/index.html,/engine_details/development/core_and_modules/index.html
4747
/development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules/inheritance_class_tree.html
4848
/development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development.html

0 commit comments

Comments
 (0)