mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use https instead of http
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9024509410
commit
1a38555cda
2 changed files with 2 additions and 2 deletions
2
error.c
2
error.c
|
@ -66,7 +66,7 @@ static const char REPORTBUG_MSG[] =
|
||||||
" or extension libraries.\n" \
|
" or extension libraries.\n" \
|
||||||
"Bug reports are welcome.\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 *
|
static const char *
|
||||||
|
|
|
@ -703,7 +703,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
||||||
You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
|
You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n
|
||||||
Bug\sreports\sare\swelcome.\n
|
Bug\sreports\sare\swelcome.\n
|
||||||
(?:.*\n)?
|
(?:.*\n)?
|
||||||
For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n
|
For\sdetails:\shttps:\/\/.*\.ruby-lang\.org/.*\n
|
||||||
\n
|
\n
|
||||||
(?:
|
(?:
|
||||||
\[IMPORTANT\]\n
|
\[IMPORTANT\]\n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue