0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +00:00

mk/eldo.el: Fix links

* mk/eldo.el (eldo-git-raw-file, eldo-git-search-string): Fix links.
This commit is contained in:
Bastien 2017-07-03 08:36:19 +02:00
parent 39906ee63d
commit 6961a2013f

View file

@ -38,10 +38,10 @@
(defvar eldo-keymaps nil)
(defvar eldo-git-raw-file
"http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=lisp/%s;hb=HEAD")
"http://orgmode.org/cgit.cgi/org-mode.git/plain/lisp/%s")
(defvar eldo-git-search-string
"http://orgmode.org/w/?p=org-mode.git&a=search&h=HEAD&st=commit&s=%s&sr=1")
"http://orgmode.org/cgit.cgi/org-mode.git/log/?qt=grep&q=%s")
(defvar eldo-file nil)