mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2026-01-06 06:10:24 +03:00
Fix more broken links.
This commit is contained in:
@@ -5,17 +5,18 @@ We always need help to improve the documentation, be it the class reference or
|
||||
the manual. Below, you can find our content and writing guidelines and
|
||||
concrete guides to make changes to the documentation.
|
||||
|
||||
Be sure to also check the :ref:`workflow guidelines <doc_contributing_workflow>`,
|
||||
Be sure to also check the :ref:`workflow guidelines <doc_contributing_to_the_documentation>`,
|
||||
especially if you're new to using Git or GitHub.
|
||||
|
||||
There are two separate resources referred to as "documentation" in Godot:
|
||||
|
||||
- **The class reference.** This is the documentation for the complete Godot API
|
||||
as exposed to GDScript and the other scripting languages. It can be consulted
|
||||
offline, directly in Godot's code editor, or online at Godot :ref:`Class Reference
|
||||
<doc_class_reference>`. To contribute to the class reference, you have to edit the
|
||||
XML file corresponding to the class and make a pull request.
|
||||
See :ref:`doc_updating_the_class_reference` and :ref:`doc_class_reference_primer`
|
||||
offline, directly in Godot's code editor, or online at Godot `Class Reference
|
||||
<https://docs.godotengine.org/en/stable/classes/index.html>`__.
|
||||
To contribute to the class reference, you have to edit the XML file
|
||||
corresponding to the class and make a pull request.
|
||||
See :ref:`doc_updating_the_class_reference` and `Class reference primer <https://docs.godotengine.org/en/latest/engine_details/class_reference/index.html>`__
|
||||
for more details.
|
||||
|
||||
- **The tutorials and engine documentation and its translations.**
|
||||
|
||||
Reference in New Issue
Block a user