mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix docs links in 3.x after docs reorg
(cherry picked from commit 717801c9cb)
This commit is contained in:
committed by
Rémi Verschelde
parent
02b549e9ea
commit
2927494d7e
@@ -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/3.4/getting_started/scripting/gdscript/index.html</link>
|
||||
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdscript/index.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="get_as_byte_code" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user