From abe487d89d3b0073a3cfbb27351cd6c584846191 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 19 Sep 2017 23:54:57 +0100 Subject: [PATCH] Fix the DevTools warning URL --- backend/installGlobalHook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); }); }