diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-24 09:28:32 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-24 10:20:18 +0100 |
commit | 8b07994e201e478df8a3431cbae5187b4cde1791 (patch) | |
tree | b31466c7674c28a3a116884441922cd04568fe48 /lisp/org/ob-ocaml.el | |
parent | a4ececf004e5442fc245ccff910000fe407f7212 (diff) | |
download | emacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.gz emacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.bz2 emacs-8b07994e201e478df8a3431cbae5187b4cde1791.zip |
Convert many more links to use HTTPS
Diffstat (limited to 'lisp/org/ob-ocaml.el')
-rw-r--r-- | lisp/org/ob-ocaml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-ocaml.el b/lisp/org/ob-ocaml.el index 0aa91afdb24..5fd6d1e09ff 100644 --- a/lisp/org/ob-ocaml.el +++ b/lisp/org/ob-ocaml.el @@ -32,7 +32,7 @@ ;;; Requirements: -;; - tuareg-mode :: http://www-rocq.inria.fr/~acohen/tuareg/ +;; - tuareg-mode :: https://www-rocq.inria.fr/~acohen/tuareg/ ;;; Code: (require 'ob) |