Skip to content

Commit

Permalink
docs(CONTRIBUTING.md): fix broken link to angular commit conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
assisrafael committed Mar 23, 2016
1 parent 40d2817 commit 9137980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To speed up the pull request review process, please check if your PR follows the
- if it is a new feature try to implement tests that at least cover the more important parts of your code
- check if the code coverage is not being reduced
- squash your commits into a single commit
- follow the [angular commit convention] (https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)
- follow the [angular commit convention] (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)

# Bug reporting

Expand Down

0 comments on commit 9137980

Please sign in to comment.