diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-15 10:43:07 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-15 13:02:21 +0100 |
commit | 6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc (patch) | |
tree | 71150ee37150eab7c9b3947341afbc7077018bab /doc/classes/Node2D.xml | |
parent | 5341e6010e80b1c625d9c0a7ebc87b0f1178db23 (diff) |
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Diffstat (limited to 'doc/classes/Node2D.xml')
-rw-r--r-- | doc/classes/Node2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node2D.xml b/doc/classes/Node2D.xml index ef5f9ee5c9..b8bf342680 100644 --- a/doc/classes/Node2D.xml +++ b/doc/classes/Node2D.xml @@ -7,7 +7,7 @@ A 2D game object, with a transform (position, rotation, and scale). All 2D nodes, including physics objects and sprites, inherit from Node2D. Use Node2D as a parent node to move, scale and rotate children in a 2D project. Also gives control of the node's render order. </description> <tutorials> - <link title="Custom drawing in 2D">https://docs.godotengine.org/en/latest/tutorials/2d/custom_drawing_in_2d.html</link> + <link title="Custom drawing in 2D">$DOCS_URL/tutorials/2d/custom_drawing_in_2d.html</link> <link title="All 2D Demos">https://github.com/godotengine/godot-demo-projects/tree/master/2d</link> </tutorials> <methods> |