diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 11:17:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 13:06:45 +0200 |
commit | 3187225416c66061b67e89092addc15cad2202b9 (patch) | |
tree | c751643b41773edaa5b117345ee4a1e68501303b /lisp/org | |
parent | 34bb39964d605d60284c17441a2478e003029ce2 (diff) | |
download | emacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz |
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ob-matlab.el | 2 | ||||
-rw-r--r-- | lisp/org/ob-plantuml.el | 2 | ||||
-rw-r--r-- | lisp/org/org-ctags.el | 2 | ||||
-rw-r--r-- | lisp/org/org-protocol.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ob-matlab.el b/lisp/org/ob-matlab.el index 4ee090e4ac7..f50da0ea434 100644 --- a/lisp/org/ob-matlab.el +++ b/lisp/org/ob-matlab.el @@ -32,7 +32,7 @@ ;; matlab.el required for interactive emacs sessions and matlab-mode ;; major mode for source code editing buffer -;; http://matlab-emacs.sourceforge.net/ +;; https://matlab-emacs.sourceforge.net/ ;;; Code: (require 'ob) diff --git a/lisp/org/ob-plantuml.el b/lisp/org/ob-plantuml.el index ced00fbdda4..7a495e8e7f4 100644 --- a/lisp/org/ob-plantuml.el +++ b/lisp/org/ob-plantuml.el @@ -30,7 +30,7 @@ ;;; Requirements: -;; plantuml | http://plantuml.sourceforge.net/ +;; plantuml | https://plantuml.com/ ;; plantuml.jar | `org-plantuml-jar-path' should point to the jar file (when exec mode is `jar') ;;; Code: diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el index 6fc97ca399d..67db49e9a67 100644 --- a/lisp/org/org-ctags.el +++ b/lisp/org/org-ctags.el @@ -47,7 +47,7 @@ ;; ;; Install org mode ;; Ensure org-ctags.el is somewhere in your emacs load path. -;; Download and install Exuberant ctags -- "http://ctags.sourceforge.net/" +;; Download and install Exuberant ctags -- "https://ctags.sourceforge.net/" ;; Edit your .emacs file (see next section) and load emacs. ;; To put in your init file (.emacs): diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 7c4de03bc24..7a91a33b745 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el @@ -66,7 +66,7 @@ ;; ;; ;; As of March 2009 Firefox users follow the steps documented on -;; http://kb.mozillazine.org/Register_protocol, Opera setup is described here: +;; https://kb.mozillazine.org/Register_protocol, Opera setup is described here: ;; http://www.opera.com/support/kb/view/535/ ;; ;; |