summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-28 03:34:30 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-28 03:34:30 +0000
commit3943dcd1806491197ab702cec69dd249afb69f1f (patch)
treea0c9df7c3c2dca0003e1c86fc42ddafefb4a2e18 /doc
parent856bd77aea9450e63a3acdc2deba04613050da43 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.rdoc4
1 files changed, 2 insertions, 2 deletions
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: