Bladeren bron

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

Junwan Park 10 maanden geleden
bovenliggende
commit
e01a998069
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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
     The list of highlighted keywords and their colors can be changed in the **Text
     Editor > Theme > Comment Markers** section of the Editor Settings.
     Editor > Theme > Comment Markers** section of the Editor Settings.
 
 
-.. _doc_gdscript_builtin_types:
-
 Code regions
 Code regions
 ~~~~~~~~~~~~
 ~~~~~~~~~~~~
 
 
@@ -663,6 +661,8 @@ A line can be continued multiple times like this:
     10 + \
     10 + \
     4
     4
 
 
+.. _doc_gdscript_builtin_types:
+
 Built-in types
 Built-in types
 --------------
 --------------