From e01a99806952539f0a80ee3a19ed9d812887a173 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 416ba6f4cf6..97375d92a61 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 --------------