From 987e2751d9b1848ada8888bdf4fc24bd0e2af4b4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 3 Feb 2022 16:27:32 -1000 Subject: [PATCH] tools: commitlint: update doc url --- tools/commitlint | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/commitlint b/tools/commitlint index 1ea9f951c..212f75868 100755 --- a/tools/commitlint +++ b/tools/commitlint @@ -4,9 +4,9 @@ # Check unpushed commits, or commits in the specified range, or a # commit message in FILE, for compliance with hledger's conventions -# (https://hledger.org/CONTRIBUTING.html#commit-messages). If the -# argument contains - or .. or ^! it's a range, otherwise a file -# containing a proposed commit message. +# (see https://hledger.org/COMMITS.html). +# If the argument contains - or .. or ^! it's a range, otherwise +# a file containing a proposed commit message. # Run interactively, or symlink as .git/hooks/commit-msg to check # your messages before commit. #