From 6198c3907f8865bd238c6f7231d646b5670c254a Mon Sep 17 00:00:00 2001 From: Anurag De Date: Mon, 2 Oct 2023 07:37:51 +0530 Subject: [PATCH] fix: updated githook helper link (#3563) --- .githooks/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/commit-msg b/.githooks/commit-msg index 192fc9dd12..af7010a11f 100755 --- a/.githooks/commit-msg +++ b/.githooks/commit-msg @@ -44,7 +44,7 @@ test "" = "$(grep '^Signed-off-by: ' "$1" | if [ $? -ne 0 ] then printError "Please fix your commit message to match AppFlowy coding standards" - printError "https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/code-submission-guidelines#commit-message-guidelines" + printError "https://docs.appflowy.io/docs/documentation/software-contributions/conventions/git-conventions" exit 1 fi