From 09551bfa7381e5930106aee5838d4ac5e9fad71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Thom=C3=A4?= Date: Wed, 15 Mar 2023 09:01:50 +0100 Subject: [PATCH] fix: link to animation tree tutorial The link to the animation tree tutorial is wrong: ``` SHOULD BE: https://docs.godotengine.org/en/stable/tutorials/animation/animation_tree.html#for-better-blending IS CURRENTLY: https://docs.godotengine.org/en/stable/tutorials/tutorials/animation/animation_tree.html#for-better-blending ``` Note the duplicate "tutorials/tutorials" in the path. --- tutorials/animation/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/animation/introduction.rst b/tutorials/animation/introduction.rst index 07f0b53bb..464244833 100644 --- a/tutorials/animation/introduction.rst +++ b/tutorials/animation/introduction.rst @@ -366,4 +366,4 @@ create a RESET track when using the keyframe icon next to a property in the insp This does not apply on tracks created with Godot versions prior to 3.4, as the animation reset track feature was added in 3.4. -.. note:: RESET tracks is also used as a reference value for blending. See also `For better blending <../tutorials/animation/animation_tree.html#for-better-blending>`__. +.. note:: RESET tracks is also used as a reference value for blending. See also `For better blending <../animation/animation_tree.html#for-better-blending>`__.