From b7c26e90369a6b19676a2d7957c47073a2b7db46 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 24 Mar 2021 09:28:32 +0100 Subject: [PATCH] Backport commit 8b07994e2 from Emacs Convert many more links to use HTTPS 8b07994e201e478df8a3431cbae5187b4cde1791 Stefan Kangas Wed Mar 24 10:20:18 2021 +0100 --- lisp/ob-clojure.el | 2 +- lisp/ob-ocaml.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index df2d691f6..9834509fb 100644 --- a/lisp/ob-clojure.el +++ b/lisp/ob-clojure.el @@ -38,7 +38,7 @@ ;; For SLIME, the best way to install these components is by following ;; the directions as set out by Phil Hagelberg (Technomancy) on the -;; web page: http://technomancy.us/126 +;; web page: https://technomancy.us/126 ;;; Code: (require 'ob) diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el index 0aa91afdb..5fd6d1e09 100644 --- a/lisp/ob-ocaml.el +++ b/lisp/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)