Skip to content

Commit

Permalink
fix(cli): replace old links with new organisation links (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Feb 9, 2019
1 parent b9d0652 commit 4075903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/cli/src/cli.js
Expand Up @@ -168,8 +168,8 @@ async function main(options) {
name: 'empty-rules',
message: [
'Please add rules to your `commitlint.config.js`',
' - Getting started guide: https://git.io/fpUzJ',
' - Example config: https://git.io/fpUzm'
' - Getting started guide: https://git.io/fhHij',
' - Example config: https://git.io/fhHip'
].join('\n')
}
],
Expand Down

0 comments on commit 4075903

Please sign in to comment.