aboutsummaryrefslogtreecommitdiffstats
path: root/ext/readline
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-28 10:00:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-28 10:00:27 +0000
commitd10b0c0ede76213786b197235139cc58a3e1c48c (patch)
treee4b2fba1dc5e38b0efaab56ca991302dbbeeef5a /ext/readline
parent1795dda52b301fa3dbc8dae97788c5f051d9be10 (diff)
downloadruby-d10b0c0ede76213786b197235139cc58a3e1c48c.tar.gz
use https:// instead of http://
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/readline')
-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 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