From 99f1b6bce917ff1c872455f08224c95d70684e72 Mon Sep 17 00:00:00 2001 From: Sten Arthur Laane Date: Mon, 4 May 2020 03:50:09 +0100 Subject: [PATCH] Update build script deployment URL (#8651) --- 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(); }