aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-wikipedia.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-wikipedia.el')
-rw-r--r--emacs/.emacs.d/lisp/my/my-wikipedia.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-wikipedia.el b/emacs/.emacs.d/lisp/my/my-wikipedia.el
index a97d20c..f2a4365 100644
--- a/emacs/.emacs.d/lisp/my/my-wikipedia.el
+++ b/emacs/.emacs.d/lisp/my/my-wikipedia.el
@@ -168,7 +168,7 @@
(defun my-wikipedia-fetch-wiki-at-point ()
(interactive)
- (my-fetch-url (format "/wiki/%s?action=raw"
+ (my-fetch-url (format "%s/wiki/%s?action=raw"
my-wikipedia-host
(alist-get 'title
(get-text-property (point) 'button-data)))))