Skip to content

Commit fd9293b

Browse files
authored
docs: replace all git.io links with their actual urls (#3146)
* docs: replace all `git.io` link within the README * docs: replace `git.io` in `empty-rules` message
1 parent 4c9928e commit fd9293b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

@commitlint/cli/src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ async function main(args: MainArgs) {
248248
name: 'empty-rules',
249249
message: [
250250
'Please add rules to your `commitlint.config.js`',
251-
' - Getting started guide: https://git.io/fhHij',
252-
' - Example config: https://git.io/fhHip',
251+
' - Getting started guide: https://commitlint.js.org/#/?id=getting-started',
252+
' - Example config: https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/index.js',
253253
].join('\n'),
254254
},
255255
],

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ If you are stuck on an older version and need a security patch we're happy if yo
222222

223223
## Related projects
224224

225-
- [conventional-changelog](https://git.io/v18sw) – Generate a changelog from conventional commit history
226-
- [commitizen](https://git.io/vwTym) – Simple commit conventions for internet citizens
227-
- [create-semantic-module](https://git.io/vFjFg) – CLI for quickly integrating commitizen and commitlint in new or existing projects
225+
- [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) – Generate a changelog from conventional commit history
226+
- [commitizen](https://github.com/commitizen/cz-cli) – Simple commit conventions for internet citizens
227+
- [create-semantic-module](https://github.com/jlegrone/create-semantic-module) – CLI for quickly integrating commitizen and commitlint in new or existing projects
228228

229229
## License
230230

0 commit comments

Comments
 (0)