Browse Source

Backport commit 8b07994e2 from Emacs

Convert many more links to use HTTPS
8b07994e201e478df8a3431cbae5187b4cde1791
Stefan Kangas
Wed Mar 24 10:20:18 2021 +0100
Stefan Kangas 4 years ago
parent
commit
b7c26e9036
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/ob-clojure.el
  2. 1 1
      lisp/ob-ocaml.el

+ 1 - 1
lisp/ob-clojure.el

@@ -38,7 +38,7 @@
 
 
 ;; For SLIME, the best way to install these components is by following
 ;; For SLIME, the best way to install these components is by following
 ;; the directions as set out by Phil Hagelberg (Technomancy) on the
 ;; the directions as set out by Phil Hagelberg (Technomancy) on the
-;; web page: http://technomancy.us/126
+;; web page: https://technomancy.us/126
 
 
 ;;; Code:
 ;;; Code:
 (require 'ob)
 (require 'ob)

+ 1 - 1
lisp/ob-ocaml.el

@@ -32,7 +32,7 @@
 
 
 ;;; Requirements:
 ;;; Requirements:
 
 
-;; - tuareg-mode :: http://www-rocq.inria.fr/~acohen/tuareg/
+;; - tuareg-mode :: https://www-rocq.inria.fr/~acohen/tuareg/
 
 
 ;;; Code:
 ;;; Code:
 (require 'ob)
 (require 'ob)