build: fix link to DEVELOPER.md in check-environment.js

This commit is contained in:
Georgios Kalpakas 2017-06-14 18:34:10 +03:00 committed by Pete Bacon Darwin
parent 77e717e872
commit 3515860b15

View File

@ -38,7 +38,7 @@ if (issues.length) {
console.error(
'Your environment doesn\'t provide the prerequisite dependencies.\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);
}