Skip to content

Commit 9d8636a

Browse files
committed
docs: fix dead links
1 parent 2559867 commit 9d8636a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.c
3030

3131
* Configuration is picked up from `commitlint.config.js` files
3232
* Packages: [cli](./@commitlint/cli), [core](./@commitlint/core)
33-
* See [Rules](./docs/rules) for a complete list of possible rules
33+
* See [Rules](./docs/reference-rules) for a complete list of possible rules
3434
* An example configurations can be found at [@commitlint/config-angular](./@commitlint/config-angular/index.js)
3535

3636
## Shared configurations
@@ -49,7 +49,7 @@ A number of shared configurations are available to install and use with `commitl
4949
* Alternative, programatic way to interact with `commitlint`
5050
* `npm install --save @commitlint/core`
5151
* Packages: [core](./@commitlint/core)
52-
* See [API](./docs/api) for a complete list of methods and examples
52+
* See [API](./docs/reference-api) for a complete list of methods and examples
5353

5454
## Tools
5555

0 commit comments

Comments
 (0)