diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-06 14:59:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 14:59:36 +0200 |
commit | 294acad796f72e3d1507c60959695a215081dbd1 (patch) | |
tree | d4b989f6d0aa490c109536ad8b49f8ce6eb8475d /doc/classes/Script.xml | |
parent | 18c1e8014155f7711e752f5d3eade7ddda887b0d (diff) | |
parent | 862994a8ef15ee97a05f195d70269693092baeb0 (diff) |
Merge pull request #53472 from akien-mga/doc-update-tutorial-links
Diffstat (limited to 'doc/classes/Script.xml')
-rw-r--r-- | doc/classes/Script.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index b7a4f448b0..7c59e87848 100644 --- a/doc/classes/Script.xml +++ b/doc/classes/Script.xml @@ -8,7 +8,7 @@ The [code]new[/code] method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes. </description> <tutorials> - <link title="Scripting">https://docs.godotengine.org/en/latest/getting_started/step_by_step/scripting.html</link> + <link title="Scripting documentation index">https://docs.godotengine.org/en/latest/tutorials/scripting/index.html</link> </tutorials> <methods> <method name="can_instantiate" qualifiers="const"> |