From 6e925112578bbe0e203d1e2c484b7263eb21be7f Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 24 May 2020 21:08:41 +0200 Subject: [PATCH] Fix git commit post link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fdc4c94..e930695 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ by a blank line. A good rule of thumb is that anything you would write in a pull request description on github has a place in the commit message as well. For more discussion and details of good commit message practices, check out -ihttps://chris.beams.io/posts/git-commit/ +[this post](https://chris.beams.io/posts/git-commit/). ## Coding style