From b5510218123da840c5ca308b67a6d6de30bff1f8 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Sun, 24 May 2020 00:07:38 +0530 Subject: [PATCH] docs: update path to commitlint and commitlint adapter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e248f8e6..c867c3b1 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ We know that every project and build process has different requirements so we've - [rb-conventional-changelog](https://www.npmjs.com/package/rb-conventional-changelog) - [cz-mapbox-changelog](https://www.npmjs.com/package/cz-mapbox-changelog) - [cz-customizable](https://github.com/leonardoanalista/cz-customizable) -- [commitlint](https://github.com/marionebl/commitlint) +- [commitlint](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/prompt) - [vscode-commitizen](https://github.com/KnisterPeter/vscode-commitizen) - [cz-emoji](https://github.com/ngryman/cz-emoji) - [cz-adapter-eslint](https://www.npmjs.com/package/cz-adapter-eslint) @@ -303,7 +303,7 @@ We accomplish this by letting you define which adapter you'd like to use in your ## Related projects - [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog) – Generate a changelog from conventional commit history -- [commitlint](https://github.com/marionebl/commitlint) - Lint commit messages +- [commitlint](https://github.com/conventional-changelog/commitlint) - Lint commit messages ## Authors and Contributors