From f8bf3463acd29fc96874addadfc48f7694800c1e Mon Sep 17 00:00:00 2001 From: skv Date: Fri, 2 Oct 2015 17:27:17 +0300 Subject: [PATCH] [Docs] fix link to animation examples --- docs/Animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Animations.md b/docs/Animations.md index 51a411801..552e77026 100644 --- a/docs/Animations.md +++ b/docs/Animations.md @@ -242,7 +242,7 @@ vertical panning. The above API gives a powerful tool for expressing all sorts of animations in a concise, robust, and performant way. Check out more example code in -[UIExplorer/AnimationExample](https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/AnimationExample). Of course there may still be times where `Animated` +[UIExplorer/AnimationExample](https://github.com/facebook/react-native/tree/master/Examples/UIExplorer/AnimatedGratuitousApp). Of course there may still be times where `Animated` doesn't support what you need, and the following sections cover other animation systems.