Skip to content

Commit 99f1b6b

Browse files
authored
Update build script deployment URL (facebook#8651)
1 parent fa93437 commit 99f1b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/printHostingInstructions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function printHostingInstructions(
4141
console.log();
4242
console.log('Find out more about deployment here:');
4343
console.log();
44-
console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`);
44+
console.log(` ${chalk.yellow('create-react-app.dev/docs/deployment')}`);
4545
console.log();
4646
}
4747

0 commit comments

Comments
 (0)