Update contributing links to contributing.godotengine.org.

This commit is contained in:
Lukas Tenbrink
2025-09-11 19:22:27 +02:00
parent f7ddd0eec0
commit f875de93e5
3 changed files with 8 additions and 8 deletions

View File

@@ -4,5 +4,5 @@ PRs can target other branches (e.g. `3.2`, `3.5`) if the same change was done in
PRs must not target `stable`, as that branch is updated manually.
The type of content accepted into the documentation is explained here:
https://docs.godotengine.org/en/latest/community/contributing/content_guidelines.html
https://contributing.godotengine.org/en/latest/documentation/guidelines/content_guidelines.html
-->

View File

@@ -33,15 +33,15 @@ add-on.
All contributors are welcome to help on the Godot documentation.
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.
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.
Here are some quick links to the areas you might be interested in:
1. [Contributing to the online manual](https://docs.godotengine.org/en/latest/contributing/documentation/contributing_to_the_documentation.html)
2. [Contributing to the class reference](https://docs.godotengine.org/en/latest/contributing/documentation/updating_the_class_reference.html)
3. [Content guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/content_guidelines.html)
4. [Writing guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/docs_writing_guidelines.html)
5. [Building the manual](https://docs.godotengine.org/en/latest/contributing/documentation/building_the_manual.html)
1. [Contributing to the online manual](https://contributing.godotengine.org/en/latest/documentation/manual/index.html)
2. [Contributing to the class reference](https://contributing.godotengine.org/en/latest/documentation/class_reference.html)
3. [Content guidelines](https://contributing.godotengine.org/en/latest/documentation/guidelines/content_guidelines.html)
4. [Writing guidelines](https://contributing.godotengine.org/en/latest/documentation/guidelines/docs_writing_guidelines.html)
5. [Building the manual](https://contributing.godotengine.org/en/latest/documentation/manual/building_the_manual.html)
6. [Translating the documentation](https://contributing.godotengine.org/en/latest/documentation/translation/index.html)
## License

View File

@@ -42,7 +42,7 @@ source,destination
/development/cpp/custom_audiostreams.html,/engine_details/development/core_and_modules/custom_audiostreams.html
/development/cpp/custom_godot_servers.html,/engine_details/development/core_and_modules/custom_godot_servers.html
/development/cpp/custom_modules_in_cpp.html,/engine_details/development/core_and_modules/custom_modules_in_cpp.html
/development/cpp/custom_resource_format_loaders.html,/contributing/development/core_and_modules/custom_resource_format_loaders.html
/development/cpp/custom_resource_format_loaders.html,/engine_details/development/core_and_modules/custom_resource_format_loaders.html
/development/cpp/index.html,/engine_details/development/core_and_modules/index.html
/development/cpp/inheritance_class_tree.html,/engine_details/development/core_and_modules/inheritance_class_tree.html
/development/cpp/introduction_to_godot_development.html,/engine_details/development/core_and_modules/introduction_to_godot_development.html
1 source destination
42 /development/cpp/custom_audiostreams.html /engine_details/development/core_and_modules/custom_audiostreams.html
43 /development/cpp/custom_godot_servers.html /engine_details/development/core_and_modules/custom_godot_servers.html
44 /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 /engine_details/development/core_and_modules/custom_resource_format_loaders.html
46 /development/cpp/index.html /engine_details/development/core_and_modules/index.html
47 /development/cpp/inheritance_class_tree.html /engine_details/development/core_and_modules/inheritance_class_tree.html
48 /development/cpp/introduction_to_godot_development.html /engine_details/development/core_and_modules/introduction_to_godot_development.html