Skip to content

Commit 4bc3c38

Browse files
authored
docs: update angular repo link (#4223)
angular renamed `master` branch to `main`!
1 parent 715a3b0 commit 4bc3c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@commitlint/config-angular/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lint your commits, angular-style
44

5-
Shareable `commitlint` config enforcing the [Angular commit convention](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit).
5+
Shareable `commitlint` config enforcing the [Angular commit convention](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit).
66
Use with [@commitlint/cli](../cli) and [@commitlint/prompt-cli](../prompt-cli).
77

88
## Getting started
@@ -128,7 +128,7 @@ echo "fix: some message" # passes
128128
- **rule**: `never`
129129

130130
The [angular commit
131-
convention](hhttps://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit)
131+
convention](hhttps://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit)
132132
does not use a `!` to define a breaking change in the commit subject. If you
133133
want to use this feature please consider using the [conventional commit
134134
config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#commitlintconfig-conventional).

0 commit comments

Comments
 (0)