From e7cb9adb134e8b2d44b32cd8cb937e9d9418c52a Mon Sep 17 00:00:00 2001 From: SukkaW Date: Tue, 26 Apr 2022 23:06:41 +0800 Subject: [PATCH 1/2] docs: replace all `git.io` link within the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47ebfe5c87..4323fe9b90 100644 --- a/README.md +++ b/README.md @@ -222,9 +222,9 @@ If you are stuck on an older version and need a security patch we're happy if yo ## Related projects -- [conventional-changelog](https://git.io/v18sw) – Generate a changelog from conventional commit history -- [commitizen](https://git.io/vwTym) – Simple commit conventions for internet citizens -- [create-semantic-module](https://git.io/vFjFg) – CLI for quickly integrating commitizen and commitlint in new or existing projects +- [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) – Generate a changelog from conventional commit history +- [commitizen](https://github.com/commitizen/cz-cli) – Simple commit conventions for internet citizens +- [create-semantic-module](https://github.com/jlegrone/create-semantic-module) – CLI for quickly integrating commitizen and commitlint in new or existing projects ## License From ce0e8a343fdf221479bc14d9dfec5213227ac2d7 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Tue, 26 Apr 2022 23:09:08 +0800 Subject: [PATCH 2/2] docs: replace `git.io` in `empty-rules` message --- @commitlint/cli/src/cli.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/cli/src/cli.ts b/@commitlint/cli/src/cli.ts index ce50171bdc..e95d31536a 100644 --- a/@commitlint/cli/src/cli.ts +++ b/@commitlint/cli/src/cli.ts @@ -248,8 +248,8 @@ async function main(args: MainArgs) { name: 'empty-rules', message: [ 'Please add rules to your `commitlint.config.js`', - ' - Getting started guide: https://git.io/fhHij', - ' - Example config: https://git.io/fhHip', + ' - Getting started guide: https://commitlint.js.org/#/?id=getting-started', + ' - Example config: https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/index.js', ].join('\n'), }, ],