Преглед изворни кода

Fix builtin_types link in tutorial gdscript_basics page
It's linked to a wrong position.

Junwan Park пре 11 месеци
родитељ
комит
0a5fc87ffb
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tutorials/scripting/gdscript/gdscript_basics.rst

+ 2 - 2
tutorials/scripting/gdscript/gdscript_basics.rst

@@ -572,8 +572,6 @@ considered a comment.
     The list of highlighted keywords and their colors can be changed in the **Text
     Editor > Theme > Comment Markers** section of the Editor Settings.
 
-.. _doc_gdscript_builtin_types:
-
 Code regions
 ~~~~~~~~~~~~
 
@@ -663,6 +661,8 @@ A line can be continued multiple times like this:
     10 + \
     4
 
+.. _doc_gdscript_builtin_types:
+
 Built-in types
 --------------