From 8b9b3f605ed9691728872e74dd555a0b1792c47a Mon Sep 17 00:00:00 2001 From: Gustavo Gard Date: Sun, 25 Mar 2018 19:46:13 -0700 Subject: [PATCH] Correct AnimatedValueXY URL Summary: Correct URL Closes https://github.com/facebook/react-native/pull/18556 Differential Revision: D7396357 Pulled By: mdvacca fbshipit-source-id: f8ff6c9b037fe733cf3be8d1b889d1dcd9c94afb --- Libraries/Animated/src/AnimatedImplementation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Animated/src/AnimatedImplementation.js b/Libraries/Animated/src/AnimatedImplementation.js index 69a96ba1d..e13aef1e7 100644 --- a/Libraries/Animated/src/AnimatedImplementation.js +++ b/Libraries/Animated/src/AnimatedImplementation.js @@ -521,7 +521,7 @@ module.exports = { /** * 2D value class for driving 2D animations, such as pan gestures. * - * See https://facebook.github.io/react-native/releases/next/docs/animatedvaluexy.html + * See https://facebook.github.io/react-native/docs/animatedvaluexy.html */ ValueXY: AnimatedValueXY, /**