We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-environment.js
1 parent 77e717e commit 3515860Copy full SHA for 3515860
tools/check-environment.js
@@ -38,7 +38,7 @@ if (issues.length) {
38
console.error(
39
'Your environment doesn\'t provide the prerequisite dependencies.\n' +
40
'Please fix the issues listed above and then rerun the gulp command.\n' +
41
- 'Check out https://github.com/angular/angular/blob/master/DEVELOPER.md for more info.');
+ 'Check out https://github.com/angular/angular/blob/master/docs/DEVELOPER.md for more info.');
42
process.exit(1);
43
}
44
0 commit comments