summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-12-18 17:26:43 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-20 19:11:02 +0900
commit4ad1007fd2da863e3afc8bd83b38c512f9ca7fc4 (patch)
tree3e62306ab0664adc922cc4408850cc65f4cc373f /lib
parent2793a30b69177e7c7bbf124ccfca7b4f4216ca84 (diff)
[ruby/irb] [DOC] Change indexes.rdoc to indexes.md
(https://github.com/ruby/irb/pull/812) * Change indexes.rdoc to indexes.md * Change indexes.rdoc to indexes.md * Change indexes.rdoc to indexes.md https://github.com/ruby/irb/commit/b1cd53cbf7
Diffstat (limited to 'lib')
-rw-r--r--lib/irb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index a2a3a7190d..006b52bec5 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -100,7 +100,7 @@ require_relative "irb/pager"
# which is also displayed if you use command-line option <tt>--help</tt>.
#
# If you are interested in a specific option, consult the
-# {index}[rdoc-ref:doc/irb/indexes.rdoc@Index+of+Command-Line+Options].
+# {index}[rdoc-ref:doc/irb/indexes.md@Index+of+Command-Line+Options].
#
# ==== Command-Line Arguments
#
@@ -172,7 +172,7 @@ require_relative "irb/pager"
# Details of the entries' meanings are described in the relevant subsections below.
#
# If you are interested in a specific entry, consult the
-# {index}[rdoc-ref:doc/irb/indexes.rdoc@Index+of+IRB.conf+Entries].
+# {index}[rdoc-ref:doc/irb/indexes.md@Index+of+IRB.conf+Entries].
#
# === Notes on Initialization Precedence
#