diff --git a/packages/react-dev-utils/printHostingInstructions.js b/packages/react-dev-utils/printHostingInstructions.js index df697392fe6..82753163325 100644 --- a/packages/react-dev-utils/printHostingInstructions.js +++ b/packages/react-dev-utils/printHostingInstructions.js @@ -39,7 +39,7 @@ function printHostingInstructions( console.log(); console.log('Find out more about deployment here:'); console.log(); - console.log(` ${chalk.yellow('http://bit.ly/CRA-deploy')}`); + console.log(` ${chalk.yellow('https://facebook.github.io/create-react-app/docs/deployment')}`); console.log(); }