diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-05-07 23:16:26 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-05-07 23:16:26 +0900 |
commit | 45b125eca76e60482113575f1e71574fcbcc3b4c (patch) | |
tree | 47831384ac5e3aa3447630ec6f1b11297ecaa341 /ext/readline/readline.c | |
parent | 5eb5613fef1c8a72df6843ffce9fc339f145948e (diff) |
Update the canonical repository url.
Diffstat (limited to 'ext/readline/readline.c')
-rw-r--r-- | ext/readline/readline.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |