From 84a3f5a686ad655699f84e4f1b68e8cbfadecdb9 Mon Sep 17 00:00:00 2001 From: Max Reichmann <91143102+maxreichmann@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:52:29 +0200 Subject: [PATCH] docs: Update link of commit convention (#59) Update dead link of commit conventions file. --- docs/Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Guidelines.md b/docs/Guidelines.md index 18122abe9..d356b94ab 100644 --- a/docs/Guidelines.md +++ b/docs/Guidelines.md @@ -34,6 +34,6 @@ typically also nothing a developer can do to resolve the warning. type(scope): Description ```` -- required: every commit message has to start with a lowercase `type`. The project has defined a set of [valid types](../.commitlintrc.js#L6). +- required: every commit message has to start with a lowercase `type`. The project has defined a set of [valid types](../commitlint.config.mjs#L10). - optional: the `scope` is typically the affected module. If multiple modules are affected by the commit, skip it or define a meaningful abstract scope. - required: the `description` has to follow the Sentence Case style. Only the first word and proper nouns are written in uppercase.