Skip to content

Commit 031ab00

Browse files
ybiquitousmarionebl
authored andcommitted
docs: fix broken link urls
Relative path links (e.g. `../cli`) are broken on NPM web site. To fix this problems, this commit changes these links to absolute paths. See <https://www.npmjs.com/package/@commitlint/config-conventional>.
1 parent 542f50e commit 031ab00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

@commitlint/config-conventional/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# @commitlint/config-conventional
44

55
Shareable `commitlint` config enforcing [conventional commits](https://conventionalcommits.org/).
6-
Use with [@commitlint/cli](../cli) and [@commitlint/prompt-cli](../prompt-cli).
6+
Use with [@commitlint/cli](https://npm.im/@commitlint/cli) and [@commitlint/prompt-cli](https://npm.im/@commitlint/prompt-cli).
77

88
| :warning: | |
99
|:-------:|--|
10-
| **IMPORTANT** | This is a direct replacement for [@commitlint/config-angular](../config-angular) prior to version 4. `config-angular` diverged from the conventional commit convention as of version 5. See [#146](https://github.com/marionebl/commitlint/issues/146) for details. |
10+
| **IMPORTANT** | This is a direct replacement for [@commitlint/config-angular](https://npm.im/@commitlint/config-angular) prior to version 4. `config-angular` diverged from the conventional commit convention as of version 5. See [#146](https://github.com/marionebl/commitlint/issues/146) for details. |
1111

1212
## Getting started
1313

@@ -21,7 +21,7 @@ echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commit
2121

2222
The following rules are considered problems for `@commitlint/config-conventional` and will yield a non-zero exit code when not met.
2323

24-
Consult [docs/rules](http://marionebl.github.io/commitlint/#/reference-rules) for a list of available rules.
24+
Consult [docs/rules](https://marionebl.github.io/commitlint/#/reference-rules) for a list of available rules.
2525

2626

2727
#### type-enum

0 commit comments

Comments
 (0)