From c91d87213e6862019b9ef7df7c38551bd6d659fd Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 20 Nov 2017 13:39:48 -0800 Subject: [PATCH] Replace fburl.com link with public fb.me link Summary: Follow up from [this comment](https://github.com/facebook/react-native/commit/1b22d49ae8945680dee4fd01e3fbb78b1e443e01#commitcomment-25699227). Closes https://github.com/facebook/react-native/pull/16892 Differential Revision: D6374118 Pulled By: bvaughn fbshipit-source-id: e692985d6736986acc073fa036d413121ce51f41 --- Libraries/ReactNative/renderApplication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/ReactNative/renderApplication.js b/Libraries/ReactNative/renderApplication.js index 41e25c1c1ccc7f..6d6783ec2b6a4e 100644 --- a/Libraries/ReactNative/renderApplication.js +++ b/Libraries/ReactNative/renderApplication.js @@ -38,7 +38,7 @@ function renderApplication( // If the root component is async, the user probably wants the initial render // to be async also. To do this, wrap AppContainer with an async marker. - // For more info see https://fburl.com/tjpe0gpx + // For more info see https://fb.me/is-component-async if ( RootComponent.prototype != null && RootComponent.prototype.unstable_isAsyncReactComponent === true