Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Quick fix for link (#894)
Browse files Browse the repository at this point in the history
Replace fburl.com with fb.me
  • Loading branch information
flarnie authored and bvaughn committed Sep 20, 2017
1 parent 84eeeb7 commit 7443291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/installGlobalHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function installGlobalHook(window: Object) {
'React is running in production mode, but dead code ' +
'elimination has not been applied. Read how to correctly ' +
'configure React for production: ' +
'https://fburl.com/react-perf-use-the-production-build'
'https://fb.me/react-perf-use-the-production-build'
);
});
}
Expand Down

0 comments on commit 7443291

Please sign in to comment.