diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-14 00:38:31 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-14 00:38:31 -0400 |
commit | e35482a236aa5d4144a55a7f376c05fcb177b4d6 (patch) | |
tree | 6b0776df0d88567e225c56e7e43a0e36e35b4f9e | |
parent | e681ad5d4f929cace40a10a482b8daac127e0296 (diff) | |
download | org-link-edit-e35482a236aa5d4144a55a7f376c05fcb177b4d6.tar.gz |
Update links for repository location change
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | org-link-edit.el | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -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")) |