From 81826ed1a826a3436f8c42b7b5466295c60f241e Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 28 Aug 2018 23:09:53 +0800 Subject: [PATCH] docs: fix link to angular commit-message-format (#2939) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81698b5f27..106d1e6a83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ Eslint can help to identify styling issues that may exist in your code. Your cod ### Commit Message Format -You are encouraged to use [angular commit-message-format](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format) to write commit message. In this way, we could have a more trackable history and an automatically generated changelog. +You are encouraged to use [angular commit-message-format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines) to write commit message. In this way, we could have a more trackable history and an automatically generated changelog. ```xml ():