From 40759037feea9fd938091fc4ae9070c01ec4a232 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 9 Feb 2019 15:17:12 +0100 Subject: [PATCH] fix(cli): replace old links with new organisation links (#578) --- @commitlint/cli/src/cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/cli/src/cli.js b/@commitlint/cli/src/cli.js index b9bec5484a..49afd48258 100755 --- a/@commitlint/cli/src/cli.js +++ b/@commitlint/cli/src/cli.js @@ -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') } ],