From 0a5fc87ffbd6328f44e23ba72b08ac5529f16b09 Mon Sep 17 00:00:00 2001 From: Junwan Park Date: Fri, 27 Sep 2024 01:43:04 +0900 Subject: [PATCH] Fix builtin_types link in tutorial gdscript_basics page It's linked to a wrong position. --- tutorials/scripting/gdscript/gdscript_basics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.rst index 655c5f378..76e8560af 100644 --- a/tutorials/scripting/gdscript/gdscript_basics.rst +++ b/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 --------------