From 015476bf97cc56e67a27ed51f88948d7ad81a811 Mon Sep 17 00:00:00 2001 From: Craig Box Date: Tue, 14 Mar 2023 15:27:03 +1300 Subject: [PATCH] Update CONTRIBUTING.md Fix the link to correcting the DCO. Signed-off-by: Craig Box --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e98ab1e3..7a44b4a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ Add [`-s`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--s) ```git commit -s -m "Fix issue 64738"``` -This is tedious, and if you forget, you'll have to [amend your commit](#f) +This is tedious, and if you forget, you'll have to [amend your commit](#fixing-a-commit-where-the-dco-failed). ### Configure a repository to always include sign off