diff --git a/gulpfile.js b/gulpfile.js index 58afdf8afa..5368d54ef7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -283,7 +283,7 @@ gulp.task('check-format', function() { gulp.task('enforce-format', function() { return doCheckFormat().on('warning', function(e) { console.log("ERROR: You forgot to run clang-format on your change."); - console.log("See https://github.com/angular/angular/blob/master/DEVELOPER.md#formatting"); + console.log("See https://github.com/angular/angular/blob/master/DEVELOPER.md#clang-format"); process.exit(1); }); });