Skip to content

Use docs.ruby-lang.org instead of ruby-doc.org #3576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions en/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -204,10 +204,9 @@ 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/
[39]: https://ruby-doc.org/
[40]: https://devdocs.io/ruby/
[42]: https://www.zenspider.com/ruby/quickref.html
[43]: https://rubyreferences.github.io/
Expand Down
8 changes: 2 additions & 6 deletions ja/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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プロジェクトのリファレンスが見れる
Expand Down
Loading