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/AnimationNodeAdd2.xml | |
parent | 5341e6010e80b1c625d9c0a7ebc87b0f1178db23 (diff) | |
download | redot-engine-6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc.tar.gz |
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Diffstat (limited to 'doc/classes/AnimationNodeAdd2.xml')
-rw-r--r-- | doc/classes/AnimationNodeAdd2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationNodeAdd2.xml b/doc/classes/AnimationNodeAdd2.xml index 20ee33209b..472f98a5b3 100644 --- a/doc/classes/AnimationNodeAdd2.xml +++ b/doc/classes/AnimationNodeAdd2.xml @@ -7,7 +7,7 @@ A resource to add to an [AnimationNodeBlendTree]. Blends two animations additively based on an amount value in the [code][0.0, 1.0][/code] range. </description> <tutorials> - <link title="AnimationTree">https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link> + <link title="AnimationTree">$DOCS_URL/tutorials/animation/animation_tree.html</link> </tutorials> <members> <member name="sync" type="bool" setter="set_use_sync" getter="is_using_sync" default="false"> |