diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 3380720f47..ad0bd4e0c0 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -823,7 +823,7 @@ readline_s_redisplay(VALUE self) * * When working with auto-complete there are some strategies that work well. * To get some ideas you can take a look at the - * completion.rb[https://svn.ruby-lang.org/repos/ruby/trunk/lib/irb/completion.rb] + * completion.rb[https://git.ruby-lang.org/ruby.git/tree/lib/irb/completion.rb] * file for irb. * * The common strategy is to take a list of possible completions and filter it