From 2bf4e4d923a4bf2b7b3a728cc86e171c515be86a Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Mon, 8 Apr 2024 13:54:36 +0200 Subject: [PATCH] fix(doc): remove broken link Signed-off-by: Frederic Pillon --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fd61e051d..fe5a328e36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,8 +42,7 @@ An easy to read pull request will speed up the merging process. Your commit mess And containing enough information on their own. When this is done consistently your pull request will have an easy to read log of changes. -Your commits need to be [atomic](https://www.freshconsulting.com/atomic-commits/) which allows the repository to remain -flexible after merging. +Your commits need to be atomic which allows the repository to remain flexible after merging. If you did not read the following 7 points before or just want to fresh up. Please read up on them on this [website](https://chris.beams.io/posts/git-commit) by Chris Beams.