From 1a38555cdad7400feaf24e117c8e923c1b4bcff1 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 11 Sep 2018 09:46:49 +0000 Subject: [PATCH] Use https instead of http git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- test/ruby/test_rubyoptions.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/error.c b/error.c index 2912f1f7be..ab42c5dcdb 100644 --- a/error.c +++ b/error.c @@ -66,7 +66,7 @@ static const char REPORTBUG_MSG[] = " or extension libraries.\n" \ "Bug reports are welcome.\n" \ "" - "For details: http://www.ruby-lang.org/bugreport.html\n\n" \ + "For details: https://www.ruby-lang.org/bugreport.html\n\n" \ ; static const char * diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 0e6a9b8fe3..371bfd5519 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -703,7 +703,7 @@ class TestRubyOptions < Test::Unit::TestCase You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n Bug\sreports\sare\swelcome.\n (?:.*\n)? - For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n + For\sdetails:\shttps:\/\/.*\.ruby-lang\.org/.*\n \n (?: \[IMPORTANT\]\n