Skip to content

Commit ad2db8c

Browse files
committed
Fix link to updating doc
Currently, navigate to `template/README.md`, but `template/README.md` doesn't describe updating. So, I think that docs/updating-to-new-releases is appropriate.
1 parent ffb219d commit ad2db8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/bin/react-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ switch (script) {
5959
console.log('Unknown script "' + script + '".');
6060
console.log('Perhaps you need to update react-scripts?');
6161
console.log(
62-
'See: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#updating-to-new-releases'
62+
'See: https://facebook.github.io/create-react-app/docs/updating-to-new-releases'
6363
);
6464
break;
6565
}

0 commit comments

Comments
 (0)