Skip to content

Commit 3515860

Browse files
gkalpakpetebacondarwin
authored andcommitted
build: fix link to DEVELOPER.md in check-environment.js
1 parent 77e717e commit 3515860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check-environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (issues.length) {
3838
console.error(
3939
'Your environment doesn\'t provide the prerequisite dependencies.\n' +
4040
'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.');
41+
'Check out https://github.com/angular/angular/blob/master/docs/DEVELOPER.md for more info.');
4242
process.exit(1);
4343
}
4444

0 commit comments

Comments
 (0)