Skip to content

Commit a31b217

Browse files
Foxandxssmhevery
authored andcommitted
chore(gulpfile): fix link to clang formatting
Seems like the anchor tag wasn't updated here. Closes angular#4410
1 parent b87da8f commit a31b217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ gulp.task('check-format', function() {
283283
gulp.task('enforce-format', function() {
284284
return doCheckFormat().on('warning', function(e) {
285285
console.log("ERROR: You forgot to run clang-format on your change.");
286-
console.log("See https://github.com/angular/angular/blob/master/DEVELOPER.md#formatting");
286+
console.log("See https://github.com/angular/angular/blob/master/DEVELOPER.md#clang-format");
287287
process.exit(1);
288288
});
289289
});

0 commit comments

Comments
 (0)