From 3515860b15301d75632a61414ce41cd29078f5f3 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Wed, 14 Jun 2017 18:34:10 +0300 Subject: [PATCH] build: fix link to DEVELOPER.md in `check-environment.js` --- tools/check-environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check-environment.js b/tools/check-environment.js index 3f388e5554..f84fa0dd38 100644 --- a/tools/check-environment.js +++ b/tools/check-environment.js @@ -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); }