diff --git a/doc/classes/ScriptServer.xml b/doc/classes/ScriptServer.xml index 21f0917fb..844bd0e48 100644 --- a/doc/classes/ScriptServer.xml +++ b/doc/classes/ScriptServer.xml @@ -8,7 +8,7 @@ [b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton through a global variable. - https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_basics.html#classes + https://github.com/Relintai/pandemonium_engine_docs/blob/master/tutorials/scripting/gdscript/gdscript_basics.md @@ -47,21 +47,21 @@ - + Returns the loaded [Script] named [code]class[/code]. - + Returns a new instance of the scripted type defined by the script named [code]class[/code]. - + Returns [code]true[/code] if the name [code]class[/code] is a global script class.