aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
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