summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndreas Deininger <adeininger@urbanonline.de>2022-06-13 13:16:45 +0200
committerGitHub <noreply@github.com>2022-06-13 13:16:45 +0200
commit44f3c079691f58e31bed31333afed3b7bf3b794f (patch)
treea341863380925ae55c17d83a6cf3353bd6fdc075 /CONTRIBUTING.md
parenta5a4422aaeffe0e9df713cf09c73a9cc423a2e1e (diff)
readme: Update dependency list
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6e6ba193e..23de481cd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -83,7 +83,7 @@ To make the contribution process as seamless as possible, we ask for the followi
### Git Commit Message Guidelines
-This [blog article](http://chris.beams.io/posts/git-commit/) is a good resource for learning how to write good commit messages,
+This [blog article](https://cbea.ms/git-commit/) is a good resource for learning how to write good commit messages,
the most important part being that each commit message should have a title/subject in imperative mood starting with a capital letter and no trailing period:
*"js: Return error when option x is not set"*, **NOT** *"returning some error."*