Skip to content

Commit 4075903

Browse files
authored
fix(cli): replace old links with new organisation links (#578)
1 parent b9d0652 commit 4075903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@commitlint/cli/src/cli.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ async function main(options) {
168168
name: 'empty-rules',
169169
message: [
170170
'Please add rules to your `commitlint.config.js`',
171-
' - Getting started guide: https://git.io/fpUzJ',
172-
' - Example config: https://git.io/fpUzm'
171+
' - Getting started guide: https://git.io/fhHij',
172+
' - Example config: https://git.io/fhHip'
173173
].join('\n')
174174
}
175175
],

0 commit comments

Comments
 (0)