summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2023-01-20 23:32:21 +0200
committerDmitry Gutov <dgutov@yandex.ru>2023-01-20 23:32:21 +0200
commit34793337783489297313c67d4a56682514877597 (patch)
treef9a268931786ed33b368bbee69cea5aa69e2274b
parent472f142598566fbaeedcacaf9a9c757a1281c0c5 (diff)
downloademacs-34793337783489297313c67d4a56682514877597.tar.gz
* lisp/org/ob-ruby.el: Fix outdated comments.
-rw-r--r--lisp/org/ob-ruby.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/org/ob-ruby.el b/lisp/org/ob-ruby.el
index 03c94b1ba99..b94bc73dd79 100644
--- a/lisp/org/ob-ruby.el
+++ b/lisp/org/ob-ruby.el
@@ -29,11 +29,10 @@
;; - ruby and irb executables :: https://www.ruby-lang.org/
;;
-;; - ruby-mode :: Can be installed through ELPA, or from
-;; https://github.com/eschulte/rinari/raw/master/util/ruby-mode.el
+;; - ruby-mode :: Comes with Emacs.
;;
;; - inf-ruby mode :: Can be installed through ELPA, or from
-;; https://github.com/eschulte/rinari/raw/master/util/inf-ruby.el
+;; https://raw.githubusercontent.com/nonsequitur/inf-ruby/master/inf-ruby.el
;;; Code: