diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-24 19:35:24 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-24 19:35:24 -0500 |
commit | 080a44025dd5d15fb55788778e7e5e08fbe782ed (patch) | |
tree | f29368eb0cc6ab0b6ab14ba88458a283b1029205 | |
parent | 761a3ba91f767401a3e20d7fcedd34899fc9bb06 (diff) | |
download | org-link-edit-080a44025dd5d15fb55788778e7e5e08fbe782ed.tar.gz |
Use https for license links
-rw-r--r-- | org-link-edit.el | 2 | ||||
-rw-r--r-- | test-org-link-edit.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org-link-edit.el b/org-link-edit.el index e3ff5a7..a77b988 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -19,7 +19,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/test-org-link-edit.el b/test-org-link-edit.el index 9f3b844..3552a34 100644 --- a/test-org-link-edit.el +++ b/test-org-link-edit.el @@ -15,7 +15,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Code: |