diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-28 10:00:27 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-28 10:00:27 +0000 |
commit | 14892a26a5f9b0d40764c2b47803fcfaea1d52da (patch) | |
tree | e4b2fba1dc5e38b0efaab56ca991302dbbeeef5a /include/ruby/vm.h | |
parent | a7acec675051f8ed49bbc3ab992ac668e5c29fcf (diff) |
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 'include/ruby/vm.h')
-rw-r--r-- | include/ruby/vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/vm.h b/include/ruby/vm.h index 73345264bd..1bb170d2ce 100644 --- a/include/ruby/vm.h +++ b/include/ruby/vm.h @@ -25,7 +25,7 @@ RUBY_SYMBOL_EXPORT_BEGIN * * We will prepare VM creation/control APIs on 1.9.2 or later. * If you have an interest about it, please see mvm branch. - * http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/mvm/ + * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/mvm/ */ /* VM type declaration */ |