From 7443291103bc619e7e9b8ab009fb6da1281ba302 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Thu, 21 Sep 2017 01:20:22 +1000 Subject: [PATCH] Quick fix for link (#894) Replace fburl.com with fb.me --- backend/installGlobalHook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/installGlobalHook.js b/backend/installGlobalHook.js index 8bbb431f26..e94f0aa74e 100644 --- a/backend/installGlobalHook.js +++ b/backend/installGlobalHook.js @@ -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' ); }); }