branch: elpa/magit
commit f3ff4c9fbba9422597aabdd74d618fa90787462b
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-git-executable-not-found: Remove broken link from message
    
    Not only did my handcrafted url-shortener break, the actual
    page at the target always read just "Under construction".  ;P
---
 lisp/magit-git.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index d3dbca0624..02cdf532a2 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -1004,9 +1004,7 @@ returning the truename."
 
 (define-error 'magit-outside-git-repo "Not inside Git repository")
 (define-error 'magit-corrupt-git-config "Corrupt Git configuration")
-(define-error 'magit-git-executable-not-found
-              (concat "Git executable cannot be found "
-                      "(see https://magit.vc/goto/e6a78ed2)"))
+(define-error 'magit-git-executable-not-found "Git executable cannot be found")
 
 (defun magit--assert-usable-git ()
   (if (not (executable-find (magit-git-executable) t))

Reply via email to