From daa100149d379434d73cfe54b798a94ff5d993ed Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Thu, 24 Sep 2020 19:45:29 -0600 Subject: [PATCH] Fix links causing errors in documentation_guidelines --- community/contributing/documentation_guidelines.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/contributing/documentation_guidelines.rst b/community/contributing/documentation_guidelines.rst index faaafe42d..9320710e3 100644 --- a/community/contributing/documentation_guidelines.rst +++ b/community/contributing/documentation_guidelines.rst @@ -25,9 +25,11 @@ documentation. describes regarding the main godotengine/godot repository is also valid for the docs repository. -The README.md file contains all the information you need to get you started, -please read it. In particular, it contains some tips and tricks and links to -reference documentation about the reStructuredText markup language. +.. warning:: The class reference's source files are in the `Godot engine repository + `_. We generate the :ref:`Godot API + ` section of this documentation from them. If you want to update the + description of a class, its methods, or properties, read + :ref:`doc_updating_the_class_reference`. .. warning:: If you want to edit the **API reference**, please note that it should *not* be done in the godot-docs repository. Instead, you