diff --git a/backend/installGlobalHook.js b/backend/installGlobalHook.js index 8bbb431f26..76cbd921c1 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://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build' ); }); }