summaryrefslogtreecommitdiff
path: root/ext/readline/readline.c
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-05-07 23:16:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-05-07 23:16:26 +0900
commit45b125eca76e60482113575f1e71574fcbcc3b4c (patch)
tree47831384ac5e3aa3447630ec6f1b11297ecaa341 /ext/readline/readline.c
parent5eb5613fef1c8a72df6843ffce9fc339f145948e (diff)
Update the canonical repository url.
Diffstat (limited to 'ext/readline/readline.c')
-rw-r--r--ext/readline/readline.c2
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