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 Peter Bacon Darwin
parent 90a5a1ef43
commit 784410e3c8

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);
}