aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--org-link-edit.el2
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 636901e..d93f372 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,15 @@ 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://git.sr.ht/~kyleam/org-link-edit/tree/master/org-link-edit.el#L24
+[el]: https://git.kyleam.com/org-link-edit/tree/org-link-edit.el#n24
[install]: http://orgmode.org/org.html#Installation
### Contributing
Please send bug reports, feature requests, and other questions to
-[~kyleam/public-inbox@lists.sr.ht][lst] with **[org-link-edit]** as
-the subject prefix. You can browse previous Org Link Edit discussions
-at <https://lists.sr.ht/~kyleam/public-inbox?search=org-link-edit>.
+[misc@inbox.kyleam.com][lst] with **[org-link-edit]** as the subject
+prefix. You can browse previous Org Link Edit discussions at
+<https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit>.
If you'd like to contribute a patch, thank you! To keep open the
possibility of including org-link-edit.el into Org proper or ELPA,
@@ -34,6 +34,6 @@ you can configure the repository's default prefix:
For more information on sending patches, visit
<https://man.sr.ht/git.sr.ht/send-email.md>.
-[lst]: mailto:~kyleam/public-inbox@lists.sr.ht
+[lst]: mailto:misc@inbox.kyleam.com
[cpy]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html
[tny]: https://orgmode.org/worg/org-contribute.html#org2cf82ab
diff --git a/org-link-edit.el b/org-link-edit.el
index e83b12a..2ac3dd9 100644
--- a/org-link-edit.el
+++ b/org-link-edit.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2015-2019 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://git.sr.ht/~kyleam/org-link-edit
+;; URL: https://git.kyleam.com/org-link-edit/about
;; Keywords: convenience
;; Version: 1.1.1
;; Package-Requires: ((cl-lib "0.5") (org "9.3"))