Replace Godot docs URL with $DOCS_URL in XML class reference

This commit is contained in:
Rémi Verschelde
2021-11-15 10:43:07 +01:00
parent 5341e6010e
commit 6c1bd4d227
175 changed files with 238 additions and 238 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
This is the built-in string class (and the one used by GDScript). It supports Unicode and provides all necessary means for string handling. Strings are reference-counted and use a copy-on-write approach, so passing them around is cheap in resources.
</description>
<tutorials>
<link title="GDScript format strings">https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_format_string.html</link>
<link title="GDScript format strings">$DOCS_URL/tutorials/scripting/gdscript/gdscript_format_string.html</link>
</tutorials>
<constructors>
<constructor name="String">