diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-25 09:03:59 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-25 09:03:59 +0100 |
commit | f2e3825616ce67078159adc3d591e4c6e368983a (patch) | |
tree | e42a79b5a304ccc4f2e5189ac3b2ee79a1491cda /modules/gdscript/doc_classes | |
parent | d516aab8fa6b64c914082888863c5a89b3fec574 (diff) |
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml index 3a50eeb0a6..59cb00e3f6 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> - http://docs.godotengine.org/en/3.0/learning/scripting/gdscript/index.html + http://docs.godotengine.org/en/3.0/getting_started/scripting/gdscript/index.html </tutorials> <demos> </demos> |