From 307776d2b3db9747b502cc377b1b3cfd876c5891 Mon Sep 17 00:00:00 2001 From: Sten Laane <laanesten@gmail.com> Date: Sat, 14 Mar 2020 21:46:26 +0000 Subject: [PATCH] Update build script deployment URL --- packages/react-dev-utils/printHostingInstructions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/printHostingInstructions.js b/packages/react-dev-utils/printHostingInstructions.js index 625e9911150..522a7de318c 100644 --- a/packages/react-dev-utils/printHostingInstructions.js +++ b/packages/react-dev-utils/printHostingInstructions.js @@ -41,7 +41,7 @@ function printHostingInstructions( console.log(); console.log('Find out more about deployment here:'); console.log(); - console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`); + console.log(` ${chalk.yellow('create-react-app.dev/docs/deployment')}`); console.log(); }