From 2cd8295c2dd3a93334883b32ee3b24dfab6c323f Mon Sep 17 00:00:00 2001 From: Creighton Magoun Date: Mon, 12 Oct 2020 23:51:10 -0400 Subject: [PATCH] docs: fix broken link --- docs/contribute/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/readme.md b/docs/contribute/readme.md index 83bb1b4fb0b..53e4556e1a0 100644 --- a/docs/contribute/readme.md +++ b/docs/contribute/readme.md @@ -183,7 +183,7 @@ The benefits are: * a way to quickly see and understand what the commit does and what it affects, * automatic changelog creation based on those keywords. -The keywords that support (heavily inspired by [config-conventional](https://github.com/marionebl/commitlint/tree/master/%40commitlint/config-conventional)): +The keywords that support (heavily inspired by [config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional)): * `ci`, * `chore`, * `docs`,