diff options
author | Nathan Lovato <nathan@gdquest.com> | 2020-09-27 10:20:27 -0600 |
---|---|---|
committer | Nathan Lovato <nathan@gdquest.com> | 2020-09-27 10:20:27 -0600 |
commit | 173b9e6be755e1a2303263231e75a78668a9aa00 (patch) | |
tree | 67df2c130b6f8ac2da9226cd69705628474ae72d /doc/classes | |
parent | 1a43f55c0763e7961902b21880f918b11e3091b9 (diff) |
Remove link to step-by-step/animations
Required for godotengine/godot-docs#4074 to pass, we're removing that
page from the docs as part of the getting started section rewrite.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 8396cdb6cf..ac91272e00 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -9,7 +9,6 @@ Updating the target properties of animations occurs at process time. </description> <tutorials> - <link title="Animations">https://docs.godotengine.org/en/latest/getting_started/step_by_step/animations.html</link> <link title="2D Sprite animation">https://docs.godotengine.org/en/latest/tutorials/2d/2d_sprite_animation.html</link> <link title="Animation tutorial index">https://docs.godotengine.org/en/latest/tutorials/animation/index.html</link> </tutorials> |