From f03cba5b969bffa630b5d6dd448578010dd73d50 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 23 Jul 2025 12:37:33 -0500 Subject: [PATCH] [DOC] Fix link --- RI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RI.md b/RI.md index 45addacdbc..8bd0b64a2f 100644 --- a/RI.md +++ b/RI.md @@ -48,7 +48,7 @@ the [Ruby online documentation](https://docs.ruby-lang.org/en/master): - If you are working in a terminal window, typing `ri _whatever_` (or just `ri`) may be faster than navigating to a browser window and searching for documentation. - If you are working in an - [irb \(interactive Ruby\)](https://docs.ruby-lang.org/en/master/IRB.html) + [irb \(interactive Ruby\)](https://ruby.github.io/irb/index.html) session, you _already_ have immediate access to `ri`: just type `'show_doc'`.