build: fix link to DEVELOPER.md in check-environment.js
This commit is contained in:
parent
77e717e872
commit
3515860b15
@ -38,7 +38,7 @@ if (issues.length) {
|
|||||||
console.error(
|
console.error(
|
||||||
'Your environment doesn\'t provide the prerequisite dependencies.\n' +
|
'Your environment doesn\'t provide the prerequisite dependencies.\n' +
|
||||||
'Please fix the issues listed above and then rerun the gulp command.\n' +
|
'Please fix the issues listed above and then rerun the gulp command.\n' +
|
||||||
'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.');
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user