diff --git a/.github/COMMIT_CONVENTION.md b/.github/COMMIT_CONVENTION.md index b7e97fc0..b2a84c97 100644 --- a/.github/COMMIT_CONVENTION.md +++ b/.github/COMMIT_CONVENTION.md @@ -20,7 +20,7 @@ to read on GitHub as well as in various git tools. The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any. -Samples: (even more [samples](https://github.com/flextype/flextype/commits/dev)) +Samples: (even more [samples](https://github.com/flextype/flextype/commits/master)) ### Revert If the commit reverts a previous commit, it should begin with `revert: `, followed by the header of the reverted commit. In the body it should say: `This reverts commit .`, where the hash is the SHA of the commit being reverted.