branch: externals/bug-hunter
commit c4d5797f3431d08803aa1f3f871cfdadcdb26c7f
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>
Update Github username
---
bug-hunter.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bug-hunter.el b/bug-hunter.el
index 67bb5a0..0df8c4e 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -110,7 +110,7 @@ non-nil in your current (problematic) Emacs state, AND that
returns nil on a clean Emacs instance.
If you're unsure how to write an assertion, you can try the interactive
hunt instead, or see some examples in the Readme:
- https://github.com/Bruce-Connor/elisp-bug-hunter"
+ https://github.com/Malabarba/elisp-bug-hunter"
"Printed to the user if they provide a bad assertion.")
(defvar bug-hunter--current-head nil
@@ -416,7 +416,7 @@ If you're looking for something that's not an error, use the
interactive hunt instead of the error hunt. If you have some
elisp proficiency, you can also use the assertion hunt, see this
link for some examples:
- https://github.com/Bruce-Connor/elisp-bug-hunter")
+ https://github.com/Malabarba/elisp-bug-hunter")
(or assertion "")))
;; Make sure we're in a forest, not a volcano.