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
1 changed files with 2 additions and 2 deletions

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)