dev: link to gist for commit docs

Until the new docs are up, link to the gist.
This commit is contained in:
Henrik Lissner 2021-08-01 01:47:25 -04:00
parent eb7361d9c5
commit 345ff621c3

View file

@ -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)))