Skip to content

Commit

Permalink
docs: replace all git.io links with their actual urls (#3146)
Browse files Browse the repository at this point in the history
* docs: replace all `git.io` link within the README

* docs: replace `git.io` in `empty-rules` message
  • Loading branch information
SukkaW committed Apr 27, 2022
1 parent 4c9928e commit fd9293b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions @commitlint/cli/src/cli.ts
Expand Up @@ -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'),
},
],
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit fd9293b

Please sign in to comment.