File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ echo "module.exports = {extends: ['@commitlint/config-angular']}" > commitlint.c
30
30
31
31
* Configuration is picked up from ` commitlint.config.js ` files
32
32
* Packages: [ cli] ( ./@commitlint/cli ) , [ core] ( ./@commitlint/core )
33
- * See [ Rules] ( ./docs/reference-rules ) for a complete list of possible rules
33
+ * See [ Rules] ( ./docs/reference-rules.md ) for a complete list of possible rules
34
34
* An example configurations can be found at [ @commitlint/config-angular ] ( ./@commitlint/config-angular/index.js )
35
35
36
36
## Shared configurations
@@ -49,7 +49,7 @@ A number of shared configurations are available to install and use with `commitl
49
49
* Alternative, programatic way to interact with ` commitlint `
50
50
* ` npm install --save @commitlint/core `
51
51
* Packages: [ core] ( ./@commitlint/core )
52
- * See [ API] ( ./docs/reference-api ) for a complete list of methods and examples
52
+ * See [ API] ( ./docs/reference-api.md ) for a complete list of methods and examples
53
53
54
54
## Tools
55
55
You can’t perform that action at this time.
0 commit comments