From 3943dcd1806491197ab702cec69dd249afb69f1f Mon Sep 17 00:00:00 2001 From: normal Date: Sat, 28 Jul 2018 03:34:30 +0000 Subject: use https:// instead of git:// when possible Avoid MitM when downloading from insecure networks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/contributing.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc index 9888f53809..c68c397a34 100644 --- a/doc/contributing.rdoc +++ b/doc/contributing.rdoc @@ -285,7 +285,7 @@ Now let's build CRuby: * Checkout the CRuby source code: - git clone git://github.com/ruby/ruby.git ruby-trunk + git clone https://github.com/ruby/ruby.git ruby-trunk * Generate the configuration files and build: @@ -317,7 +317,7 @@ For older versions of Ruby you will need to run the build setup again after checking out the associated branch in git, for example if you wanted to checkout 1.9.3: - git clone git://github.com/ruby/ruby.git --branch ruby_1_9_3 + git clone https://github.com/ruby/ruby.git --branch ruby_1_9_3 Once you checked out the source code, you can update the local copy by: -- cgit v1.2.3