diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 09:39:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 09:39:20 +0100 |
commit | 118c78372e5b33901c88f4011ce6f4628f64aff5 (patch) | |
tree | fb9ce74220e95605fdcc417b511dbdfdfe925517 /modules/gdscript | |
parent | fcd761e88985fb243717c159bce7fa40497a8924 (diff) | |
parent | 5f8af252e87735f7577cc985cbe6ff6f1b3b56f8 (diff) |
Merge pull request #23523 from akien-mga/docs-https-latest
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Diffstat (limited to 'modules/gdscript')
-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 632970f8c0..4cefdbd7cb 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>http://docs.godotengine.org/en/3.0/getting_started/scripting/gdscript/index.html</link> + <link>https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/index.html</link> </tutorials> <demos> </demos> |