From 23a8fa09ea59cee0e86b08318088407ab4404303 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 20 Nov 2017 08:27:20 -0800 Subject: [PATCH] Replace fburl.com link with public fb.me link --- 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