aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--org-link-edit.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 918ab93..fe6c6b4 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@ org-link-edit.el is available in Org's contrib directory. See the Org
manual's [installation instructions][install] for information on using
contributed packages.
-[el]: https://github.com/kyleam/org-link-edit/blob/master/org-link-edit.el
+[el]: https://git.sr.ht/~kyleam/org-link-edit/tree/master/org-link-edit.el#L24
[install]: http://orgmode.org/org.html#Installation
diff --git a/org-link-edit.el b/org-link-edit.el
index 000dd1c..8226887 100644
--- a/org-link-edit.el
+++ b/org-link-edit.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2015-2017 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://gitlab.com/kyleam/org-link-edit
+;; URL: https://git.sr.ht/~kyleam/org-link-edit
;; Keywords: convenience
;; Version: 1.1.1
;; Package-Requires: ((cl-lib "0.5") (org "8.2.10"))