Docs: fix the link in the commit message format docs
This commit is contained in:
parent
80f8c1709f
commit
80b72b53c0
|
@ -1,5 +1,5 @@
|
||||||
# Commit message style
|
# Commit message style
|
||||||
*This specification is heavily inspired by the [AngularJS commit message format][https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format].*
|
*This specification is heavily inspired by the [AngularJS commit message format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format).*
|
||||||
|
|
||||||
We have very precise rules over how our Git commit messages must be formatted.
|
We have very precise rules over how our Git commit messages must be formatted.
|
||||||
This format leads to **easier to read commit history**.
|
This format leads to **easier to read commit history**.
|
||||||
|
|
Reference in New Issue