From 7761fde990f88d9e13d8f49e69a4e91acfbd33d0 Mon Sep 17 00:00:00 2001 From: Joseph Botros Date: Wed, 5 Oct 2016 17:33:14 -0400 Subject: [PATCH] docs(contributing): update conventional-changelog link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ba5b4e4..45076ee3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,6 @@ CONTRIBUTING 7. Commit changes: - include ONLY source files ie do NOT commit files under the dist/ folder - - use a commit message that follows [conventions](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md) + - use a commit message that follows [conventions](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md) 8. Push your changes to your fork and submit a pull request