diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-06 13:48:48 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-06 13:48:48 +0200 |
commit | 862994a8ef15ee97a05f195d70269693092baeb0 (patch) | |
tree | 124c5d961fdbc50917e031983efb4e4918b04f79 /doc/classes/Script.xml | |
parent | 36de097577811eb39d1a8d31d10d538ad70675d9 (diff) | |
download | redot-engine-862994a8ef15ee97a05f195d70269693092baeb0.tar.gz |
doc: Update links to latest documentation after content reorganization
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"> |