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(); }