aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-01 15:24:21 +0200
committerKyle Meyer <kyle@kyleam.com>2020-10-04 15:06:39 -0400
commit1f9cf14ba00c613b4886cb9fb8ee9b7a029340ec (patch)
tree740f092962d79947091d4872d154dfc7c7ca60d6
parentd2d12517a7943b65e845c3695185973e4b15b0da (diff)
downloadob-stan-1f9cf14ba00c613b4886cb9fb8ee9b7a029340ec.tar.gz
Backport commit c6fa0ad31 from Emacs
; Prefer https to http in many URLs c6fa0ad315e38167cb81a4d8c143cc53ad783cc3 Stefan Kangas Thu Oct 1 15:28:15 2020 +0200
-rw-r--r--ob-stan.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ob-stan.el b/ob-stan.el
index 7a9fb56..00aa8fb 100644
--- a/ob-stan.el
+++ b/ob-stan.el
@@ -41,7 +41,7 @@
;; For more information and usage examples, visit
;; https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html
;;
-;; [1] http://mc-stan.org/
+;; [1] https://mc-stan.org/
;;; Code:
(require 'ob)