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
@@ -15,7 +15,7 @@
In 2D, all visible objects are some form of canvas item. In order to be visible, a canvas item needs to be the child of a canvas attached to a viewport, or it needs to be the child of another canvas item that is eventually attached to the canvas.
</description>
<tutorials>
<link title="Optimization using Servers">https://docs.godotengine.org/en/latest/tutorials/performance/using_servers.html</link>
<link title="Optimization using Servers">$DOCS_URL/tutorials/performance/using_servers.html</link>
</tutorials>
<methods>
<method name="bake_render_uv2">