From 14892a26a5f9b0d40764c2b47803fcfaea1d52da Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 28 Jul 2018 10:00:27 +0000 Subject: use https:// instead of http:// [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/readline/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 47df49ed1c..8f827387f0 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -820,7 +820,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[http://svn.ruby-lang.org/repos/ruby/trunk/lib/irb/completion.rb] + * completion.rb[https://svn.ruby-lang.org/repos/ruby/trunk/lib/irb/completion.rb] * file for irb. * * The common strategy is to take a list of possible completions and filter it -- cgit v1.2.3