Skip to content

Commit c91d872

Browse files
bvaughnfacebook-github-bot
authored andcommitted
Replace fburl.com link with public fb.me link
Summary: Follow up from [this comment](1b22d49#commitcomment-25699227). Closes #16892 Differential Revision: D6374118 Pulled By: bvaughn fbshipit-source-id: e692985d6736986acc073fa036d413121ce51f41
1 parent 79e24ed commit c91d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/ReactNative/renderApplication.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function renderApplication<Props: Object>(
3838

3939
// If the root component is async, the user probably wants the initial render
4040
// to be async also. To do this, wrap AppContainer with an async marker.
41-
// For more info see https://fburl.com/tjpe0gpx
41+
// For more info see https://fb.me/is-component-async
4242
if (
4343
RootComponent.prototype != null &&
4444
RootComponent.prototype.unstable_isAsyncReactComponent === true

0 commit comments

Comments
 (0)