From 2bf8ea1be33edec668f8cb49b6f433eaf6a3db21 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 27 May 2025 10:56:50 +0900 Subject: [PATCH 1/4] Replaced ruby-doc.org to the official documentation site. --- ja/documentation/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ja/documentation/index.md b/ja/documentation/index.md index 437ba5dceb..ed62a2c64a 100644 --- a/ja/documentation/index.md +++ b/ja/documentation/index.md @@ -33,13 +33,9 @@ Rubyでプログラミングする際に役立つドキュメントを紹介し ### リファレンス -[Ruby コアリファレンス (英語)](http://www.ruby-doc.org/core/) +[Ruby リファレンス (英語)](https://docs.ruby-lang.org/en/) : [RDoc](https://ruby.github.io/rdoc/)を用いてRubyのソースコードから直接生成したものです。 - String, ArrayやSymbol等のコアクラスやモジュールのリファレンスがあります。 - -[Ruby 標準ライブラリリファレンス (英語)](http://www.ruby-doc.org/stdlib/) -: こちらもRDocを使用してRubyのソースコードから生成しています。 - こちらはRubyの標準ライブラリのリファレンスになります。 + String, ArrayやSymbol等のコアクラスやモジュールと標準ライブラリのリファレンスがあります。 [RubyDoc.info (英語)](http://www.rubydoc.info/) : Ruby gemsやGitHubでホスティングされてるRubyプロジェクトのリファレンスが見れる From 59938755e014eded4fbf441092a62fcfbb6074bb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 27 May 2025 10:57:59 +0900 Subject: [PATCH 2/4] Fixed dead link of Programming Ruby --- en/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/documentation/index.md b/en/documentation/index.md index 504958458c..b62df6a8c5 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -195,7 +195,7 @@ These links were more prominent but haven't been updated in ages. [5]: https://poignant.guide [7]: https://www.techotopia.com/index.php/Ruby_Essentials [8]: https://pine.fm/LearnToProgram/ -[9]: https://www.ruby-doc.org/docs/ProgrammingRuby/ +[9]: https://ruby-doc.com/docs/ProgrammingRuby/ [10]: https://pragprog.com/titles/ruby5/programming-ruby-3-3-5th-edition/ [12]: https://en.wikibooks.org/wiki/Ruby_programming_language [16]: https://www.rubydoc.info/ From b6a93307a20294bfdc8c3f7363af7409c20cb978 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 27 May 2025 10:58:21 +0900 Subject: [PATCH 3/4] Removed unused link --- en/documentation/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/en/documentation/index.md b/en/documentation/index.md index b62df6a8c5..b07bec6d79 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -204,7 +204,6 @@ These links were more prominent but haven't been updated in ages. [25]: https://www.vim.org/ [26]: https://github.com/vim-ruby/vim-ruby [27]: https://www.jetbrains.com/ruby/ -[34]: https://ruby-doc.org/ [37]: https://www.sublimetext.com/ [38]: https://learncodethehardway.org/ruby/ [39]: https://www.ruby-doc.org/ From 9f39e0cdd6e2e4e694d54acd0c93a2e3e2c707ae Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 27 May 2025 10:59:01 +0900 Subject: [PATCH 4/4] www.ruby-doc.org is broken with https certificate --- en/documentation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/documentation/index.md b/en/documentation/index.md index b07bec6d79..3e5ad3c515 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -206,7 +206,7 @@ These links were more prominent but haven't been updated in ages. [27]: https://www.jetbrains.com/ruby/ [37]: https://www.sublimetext.com/ [38]: https://learncodethehardway.org/ruby/ -[39]: https://www.ruby-doc.org/ +[39]: https://ruby-doc.org/ [40]: https://devdocs.io/ruby/ [42]: https://www.zenspider.com/ruby/quickref.html [43]: https://rubyreferences.github.io/