diff --git a/doc/source/getting-started/contributing.rst b/doc/source/getting-started/contributing.rst index 5656b74..7cf58cc 100644 --- a/doc/source/getting-started/contributing.rst +++ b/doc/source/getting-started/contributing.rst @@ -66,5 +66,5 @@ option again to update and tidy up the XML files. Sphinx RST files for the class documentation are generated from XML files using the Godot script ``make_rst.py`` and stored in the ``doc/source/classes`` directory. -This process is performed using our own script ``gdextension/update_rst.sh``. RST files +This process is performed using our own script ``scripts/update_rst.sh``. RST files in ``doc/source/classes`` should not be edited manually. diff --git a/gdextension/update_rst.sh b/scripts/update_rst.sh similarity index 100% rename from gdextension/update_rst.sh rename to scripts/update_rst.sh