diff options
Diffstat (limited to 'lisp/org/ob-stan.el')
-rw-r--r-- | lisp/org/ob-stan.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/ob-stan.el b/lisp/org/ob-stan.el index c563a6c3e55..00aa8fb28c8 100644 --- a/lisp/org/ob-stan.el +++ b/lisp/org/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) @@ -82,4 +82,5 @@ Otherwise, write the Stan code directly to the named file." (user-error "Stan does not support sessions")) (provide 'ob-stan) + ;;; ob-stan.el ends here |