From 2ba15cdf165fa6c30416c2b5fd2516698f544c17 Mon Sep 17 00:00:00 2001 From: masatoshi_moritsuka Date: Wed, 15 May 2024 23:27:11 +0900 Subject: [PATCH] Fix broken link that document of readline stdlib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4508c42a8f..f4b4050651 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Reline is compatible with the API of Ruby's stdlib 'readline', GNU Readline and It's compatible with the readline standard library. -See [the document of readline stdlib](https://ruby-doc.org/stdlib/libdoc/readline/rdoc/Readline.html) or [bin/example](https://github.com/ruby/reline/blob/master/bin/example). +See [the document of readline stdlib](https://ruby-doc.org/stdlib/exts/readline/Readline.html) or [bin/example](https://github.com/ruby/reline/blob/master/bin/example). ### Multi-line editing mode