From ebaf1c9c0468bfb06b8499b374beb5c3702b2258 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Fri, 20 Jan 2023 23:32:21 +0200 Subject: [PATCH] Backport commit 347933377 from Emacs * lisp/ob-ruby.el: Fix outdated comments. lisp/org/ob-ruby.el: Fix outdated comments. 34793337783489297313c67d4a56682514877597 Dmitry Gutov Fri Jan 20 23:32:21 2023 +0200 --- lisp/ob-ruby.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el index 03c94b1ba..b94bc73dd 100644 --- a/lisp/ob-ruby.el +++ b/lisp/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: