From 07efce075bd580e9bcb52b2e67b5489a1b10adde Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 11 Sep 2016 10:33:36 +0000 Subject: Use https instead of http in some URLs git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f79ba9c718..194487fdb0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ extensible. * Dynamic Loading of Object Files (on some architectures) * Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, Mac OS X, BeOS, etc.) cf. - http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms + https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms ## How to get Ruby @@ -28,7 +28,7 @@ extensible. For a complete list of ways to install Ruby, including using third-party tools like rvm, see: -http://www.ruby-lang.org/en/downloads/ +https://www.ruby-lang.org/en/downloads/ The Ruby distribution files can be found on the following FTP site: @@ -37,7 +37,7 @@ ftp://ftp.ruby-lang.org/pub/ruby/ The trunk of the Ruby source tree can be checked out with the following command: - $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby + $ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby Or if you are using git then use the following command: @@ -46,7 +46,7 @@ Or if you are using git then use the following command: There are some other branches under development. Try the following command to see the list of branches: - $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/ + $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/ Or if you are using git then use the following command: @@ -56,7 +56,7 @@ Or if you are using git then use the following command: The URL of the Ruby home page is: -http://www.ruby-lang.org/ +https://www.ruby-lang.org/ ## Mailing list @@ -147,10 +147,10 @@ See the file [COPYING](COPYING). ## Feedback Questions about the Ruby language can be asked on the Ruby-Talk mailing list -(http://www.ruby-lang.org/en/community/mailing-lists) or on websites like -(http://stackoverflow.com). +(https://www.ruby-lang.org/en/community/mailing-lists) or on websites like +(https://stackoverflow.com). -Bug reports should be filed at http://bugs.ruby-lang.org. Read [HowToReport] for more information. +Bug reports should be filed at https://bugs.ruby-lang.org. Read [HowToReport] for more information. [HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport -- cgit v1.2.3