summaryrefslogtreecommitdiff
path: root/modules/gdscript
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-08-31 15:32:19 +0200
committerGitHub <noreply@github.com>2020-08-31 15:32:19 +0200
commit0b4a325ddc2614f1c17a7873bf13f8bbdc3d3a95 (patch)
tree5cc6adf4fc52404b2d97ec3577481949018044f3 /modules/gdscript
parent37443bf04d212b19d339e6197ab45fb0c4724fac (diff)
parentc4903a603b819c6389f3a3a8a542be03a3a46aec (diff)
Merge pull request #41048 from Calinou/doc-add-link-titles
Add link titles for all links in the class reference
Diffstat (limited to 'modules/gdscript')
-rw-r--r--modules/gdscript/doc_classes/GDScript.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml
index 62ccb93901..631a102130 100644
--- a/modules/gdscript/doc_classes/GDScript.xml
+++ b/modules/gdscript/doc_classes/GDScript.xml
@@ -8,7 +8,7 @@
[method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
</description>
<tutorials>
- <link>https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/index.html</link>
+ <link title="GDScript tutorial index">https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/index.html</link>
</tutorials>
<methods>
<method name="get_as_byte_code" qualifiers="const">