tweak(lib): fix doomemacs URLs in help commands

This commit is contained in:
Henrik Lissner 2022-08-02 20:15:29 +02:00
parent d3f2b4d9ca
commit 2bb052ac17
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -182,9 +182,9 @@ selection of all minor-modes, active or not."
;;;###autoload
(defun doom/issue-tracker ()
"Open Doom Emacs' issue tracker on Discourse."
"Open Doom Emacs' global issue tracker on Discourse."
(interactive)
(browse-url "https://github.com/hlissner/doom-emacs/issues"))
(browse-url "https://git.doomemacs.org/todo"))
;;;###autoload
(defun doom/report-bug ()
@ -193,8 +193,7 @@ selection of all minor-modes, active or not."
If called when a backtrace buffer is present, it and the output of `doom-info'
will be automatically appended to the result."
(interactive)
;; TODO Upload doom/info to pastebin and append to querystring
(browse-url "https://github.com/hlissner/doom-emacs/issues/new?labels=1.+bug%2C2.+status%3Aunread&template=bug_report.yml"))
(browse-url "https://git.doomemacs.org/core/issues/new?labels=1.+bug%2C2.+status%3Aunread&template=bug_report.yml"))
;;;###autoload
(defun doom/discourse ()