From 72813a33deca30e71f99d975abde0cd89a1f0d42 Mon Sep 17 00:00:00 2001 From: garlic-rice-with-butter Date: Fri, 1 Dec 2017 23:20:35 -0800 Subject: [PATCH] Change doc link to point to AnimatedValueXY Summary: Currently goes to the same page Online doc was not helpful because the link kept going to the wrong page. Someone told me to make a pull request Documentation change Go to original link https://facebook.github.io/react-native/docs/animated.html#animatedvaluexy See that it does not have any info on valuexy Go to https://facebook.github.io/react-native/releases/next/docs/animatedvaluexy.html See that the page loads and has information about valuexy Closes https://github.com/facebook/react-native/pull/16999 Differential Revision: D6467512 Pulled By: shergin fbshipit-source-id: 69887e34446c3ea57ad831ed870be4e1a8a7a514 --- 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 5baf8446c1c64a..ef5669276f1547 100644 --- a/Libraries/Animated/src/AnimatedImplementation.js +++ b/Libraries/Animated/src/AnimatedImplementation.js @@ -523,7 +523,7 @@ module.exports = { /** * 2D value class for driving 2D animations, such as pan gestures. * - * See http://facebook.github.io/react-native/docs/animated.html#valuexy + * See https://facebook.github.io/react-native/releases/next/docs/animatedvaluexy.html */ ValueXY: AnimatedValueXY, /**