doc: Make all tutorial links track "3.1" in 3.1 branch

See discussion in #29104.
This commit is contained in:
Rémi Verschelde
2019-06-01 11:39:12 +02:00
parent bf7585530b
commit f156b2e1cd
92 changed files with 105 additions and 105 deletions

View File

@@ -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>https://docs.godotengine.org/en/3.1/getting_started/scripting/gdscript/index.html</link>
</tutorials>
<methods>
<method name="get_as_byte_code" qualifiers="const">