From 19f06dfaed49f35942797e81262a1fde151c5f3e Mon Sep 17 00:00:00 2001 From: Xhofe Date: Sun, 6 Mar 2022 20:44:37 +0800 Subject: [PATCH] docs: fix typo [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 285b14b2..27d8a508 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -94,7 +94,7 @@ The body should include the motivation for the change and contrast this with pre ### Footer The footer should contain any information about **Breaking Changes** and is also the place to -[reference GitHub issues that this commit closes][closing-issues]. +[reference GitHub issues that this commit closes](https://help.github.com/articles/closing-issues-via-commit-messages/). **Breaking Changes** should start with the word `BREAKING CHANGE:` with a space or two newlines. The rest of the commit message is then used for this.