aboutsummaryrefslogtreecommitdiffstats
path: root/README.ja.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.ja.md')
-rw-r--r--README.ja.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.ja.md b/README.ja.md
index 9d6131e416..e98612a2b7 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -18,7 +18,7 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい
* ダイナミックローディング (アーキテクチャによる)
* 移植性が高い.多くのUnix-like/POSIX互換プラットフォーム上で動くだけでなく,Windows, Mac OS
X,BeOSなどの上でも動く cf.
- http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
+ https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
## 入手法
@@ -33,11 +33,11 @@ ftp://ftp.ruby-lang.org/pub/ruby/
開発先端のソースコードは次のコマンドで取得できます.
- $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby
+ $ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
他に開発中のブランチの一覧は次のコマンドで見られます.
- $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
+ $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
### Gitで
@@ -49,7 +49,7 @@ SubversionのミラーをGitHubに公開しています. 以下のコマンド
RubyのホームページのURLは
-http://www.ruby-lang.org/
+https://www.ruby-lang.org/
です.
@@ -156,9 +156,9 @@ UNIXであれば `configure` がほとんどの差異を吸収してくれるは
## フィードバック
Rubyに関する質問は Ruby-Talk(英語)や Ruby-List(日本語) (https://www.ruby-lang.org/ja/community/mailing-lists) や,
-stackoverflow (http://ja.stackoverflow.com/) などのWebサイトに投稿してください.
+stackoverflow (https://ja.stackoverflow.com/) などのWebサイトに投稿してください.
-バグ報告は http://bugs.ruby-lang.org で受け付けています.
+バグ報告は https://bugs.ruby-lang.org で受け付けています.
## 著者