diff options
| author | Rémi Verschelde | 2018-01-25 09:03:59 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-25 09:03:59 +0100 |
| commit | f2e3825616ce67078159adc3d591e4c6e368983a (patch) | |
| tree | e42a79b5a304ccc4f2e5189ac3b2ee79a1491cda /doc/classes/AnimationPlayer.xml | |
| parent | d516aab8fa6b64c914082888863c5a89b3fec574 (diff) | |
| download | godot-f2e3825616ce67078159adc3d591e4c6e368983a.tar.gz godot-f2e3825616ce67078159adc3d591e4c6e368983a.tar.zst godot-f2e3825616ce67078159adc3d591e4c6e368983a.zip | |
doc: Fix references to online tutorials after godotengine/godot-docs#1015
Diffstat (limited to 'doc/classes/AnimationPlayer.xml')
| -rw-r--r-- | doc/classes/AnimationPlayer.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index c4ca92b3e..b15f0ec73 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -7,8 +7,8 @@ An animation player is used for general purpose playback of [Animation] resources. It contains a dictionary of animations (referenced by name) and custom blend times between their transitions. Additionally, animations can be played and blended in different channels. </description> <tutorials> - http://docs.godotengine.org/en/3.0/learning/step_by_step/animations.html - http://docs.godotengine.org/en/3.0/learning/features/animation/index.html + http://docs.godotengine.org/en/3.0/getting_started/step_by_step/animations.html + http://docs.godotengine.org/en/3.0/tutorials/animation/index.html </tutorials> <demos> </demos> |
