diff options
author | Tim Landscheidt <tim@tim-landscheidt.de> | 2018-01-16 16:22:00 +0000 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-01-19 18:14:58 +0100 |
commit | b37849e25a2b36549af28359b62447328de34f85 (patch) | |
tree | 191b815667429cd228aa5a5bc9dcdb7b47df4742 | |
parent | dd48cb6759f706af0cf48b4800613a02f9f5dae2 (diff) | |
download | ob-stan-b37849e25a2b36549af28359b62447328de34f85.tar.gz |
Use https for links to orgmode.org
TINYCHANGE
-rw-r--r-- | ob-stan.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ ;; Author: Kyle Meyer ;; Keywords: literate programming, reproducible research -;; Homepage: http://orgmode.org +;; Homepage: https://orgmode.org ;; This file is part of GNU Emacs. @@ -39,7 +39,7 @@ ;; that does not end in ".stan". ;; ;; For more information and usage examples, visit -;; http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html +;; https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html ;; ;; [1] http://mc-stan.org/ |