summary refs log tree commit diff
path: root/emacs/elisp
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-07 15:00:24 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-07 15:03:09 -0700
commit881b43c93065df0247125070d1282667b7175559 (patch)
treebdb277be89e68a9884f997465d9ca4c6198d744b /emacs/elisp
parentfeat(gerrit): load the new library for magit/Gerrit (diff)
downloademacs.d-881b43c93065df0247125070d1282667b7175559.tar.gz
fix(gerrit): use the correct URL in a comment
Change-Id: I918f97cbf5dd69eefedc8b6794cbc3e253de4beb
Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/287
Diffstat (limited to 'emacs/elisp')
-rw-r--r--emacs/elisp/my-gerrit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/elisp/my-gerrit.el b/emacs/elisp/my-gerrit.el
index 856d01f..4a9dc27 100644
--- a/emacs/elisp/my-gerrit.el
+++ b/emacs/elisp/my-gerrit.el
@@ -55,7 +55,7 @@
   '("r" "push to Gerrit for review (ready)" my/magit-gerrit-push-for-review-ready))
 
 ;; For this to work, permissions need to be setup, as per
-;; https://gerrit.cloudera.org/Documentation/user-upload.html#auto_merge
+;; https://gerrit-review.googlesource.com/Documentation/user-upload.html#auto_merge
 (transient-define-suffix my/magit-gerrit-submit ()
   (interactive)
   (magit-push-refspecs my/gerrit-remote (my/gerrit-ref (magit-main-branch) '("submit")) nil))