From 652479d8fadbca84b358e298be722d1713072bbf Mon Sep 17 00:00:00 2001 From: Eric Henziger <5124091+henziger@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:00:20 +0200 Subject: [PATCH] doc: Update link to Pro Git commit guidelines --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9ccced86..dddf9155 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -52,7 +52,7 @@ how `git commit -s` is used to automatically add a `Signed-off-by`: More detailed explanatory text, if necessary. Wrap it to about 72 characters or so. In some contexts, the first line is treated as the subject of an email and the rest of the text as the body. The - blank line separating the ummary from the body is critical (unless + blank line separating the summary from the body is critical (unless you omit the body entirely); tools like rebase can get confused if you run the two together. @@ -75,5 +75,5 @@ Bill & Ted; [be excellent to each other][conduct]. [KNF]: https://en.wikipedia.org/wiki/Kernel_Normal_Form -[gitbook]: https://git-scm.com/book/ch5-2.html +[gitbook]: https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_commit_guidelines [conduct]: CODE-OF-CONDUCT.md