From 345ff621c3c391ab842446a828007a283057f266 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 1 Aug 2021 01:47:25 -0400 Subject: [PATCH] dev: link to gist for commit docs Until the new docs are up, link to the gist. --- core/cli/ci.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/ci.el b/core/cli/ci.el index 1254a435f..688dcae11 100644 --- a/core/cli/ci.el +++ b/core/cli/ci.el @@ -119,7 +119,7 @@ (dolist (error (reverse errors)) (print-group! (print! (info error)))) (terpri) - (print! "See https://doomemacs.org/project.org#commit-message-formatting for details") + (print! "See https://gist.github.com/hlissner/4d78e396acb897d9b2d8be07a103a854 for details") (throw 'exit 0)) t)))