Replace Godot docs URL with $DOCS_URL in XML class reference
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user