Skip to content

Commit 847e711

Browse files
committed
update links to wiki
1 parent 8876d9b commit 847e711

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

EN/1_culture.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Good bug reports should contain the following:
6060
* Actual behaviour exhibited.
6161
* A patch which solves the issue (if possible).
6262

63-
For details, please check <https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport> (English)
64-
or Japanese version <https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReportJ>.
63+
For details, please check <https://github.com/ruby/ruby/wiki/How-To-Report> (English)
64+
or Japanese version <https://github.com/ruby/ruby/wiki/How-To-Report-JA>.
6565

6666
Good feature request should contain the following:
6767

@@ -76,7 +76,7 @@ Good feature request should contain the following:
7676
For example, if you submit a "Feature request", then you will certainly be asked "what are your actual use cases?"
7777
This is an extreme example: if you proposed that "this feature should be changed because of inconsistency, but I don't use this feature any more", then your proposal will be rejected (fixing inconsistency is not more important than compatibility).
7878

79-
For further information, please check <https://bugs.ruby-lang.org/projects/ruby/wiki/HowToRequestFeatures>.
79+
For further information, please check <https://github.com/ruby/ruby/wiki/How-To-Request-Features>.
8080

8181
Issues or Pull Requests on GitHub are checked occasionally. In other words, sometimes they are ignored.
8282
I recommend you to make a new ticket on Redmine and link to your Issue or Pull Request on GitHub.

JA/1_culture.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Ruby が利用している Redmine では、チケットを登録する際、チ
8888
* 実際に得られた挙動
8989
* (可能なら)その問題を修正するためのパッチ
9090

91-
詳細は、英語 <https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport> (English) もしくは日本語 <https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReportJa> のドキュメントがありますのでご参照ください。
91+
詳細は、英語 <https://github.com/ruby/ruby/wiki/How-To-Report> (English) もしくは日本語 <https://github.com/ruby/ruby/wiki/How-To-Report-Ja> のドキュメントがありますのでご参照ください。
9292

9393
良い Feature request (機能追加要求)には、次のような内容が含まれていることが期待されます。
9494

@@ -102,7 +102,7 @@ Ruby が利用している Redmine では、チケットを登録する際、チ
102102

103103
機能追加要求では「実際にどんなユースケースがあるのか」という点が(最近だととくに)よく求められます。例えば、「使わないけど、整合性のためにはこういう機能があるほうがいいのではないか」という提案は、あまり通らないことが多いです(この場合、整合性よりも互換性のほうが優先されます)。
104104

105-
さらなる詳細は <https://bugs.ruby-lang.org/projects/ruby/wiki/HowToRequestFeatures> (英語)をご参照ください。
105+
さらなる詳細は <https://github.com/ruby/ruby/wiki/How-To-Request-Features> (英語)をご参照ください。
106106

107107
GitHub への issue および Pull request は運が良ければ対応されますが、運が悪ければ放置されます。それらを作成した場合、Redmine への issue を別途作成し、Github の当該 URL を示す、というのが良いと思います(もしくは、誰かコミッタに連絡すれば、対応してくれるかもしれません)。
108108

bib.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## English
44

55
* Redmine wiki
6-
* https://bugs.ruby-lang.org/projects/ruby/wiki
7-
* https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto
6+
* https://github.com/ruby/ruby/wiki
7+
* https://github.com/ruby/ruby/wiki/Developer-How-To
88
* [Ruby Hacking Guide](https://ruby-hacking-guide.github.io/) by @minero-aoki
99
* MRI Internal complete guide for Ruby 1.8 era.
1010
* Part 1, 2 (GC, Parser) are valuable yet.
@@ -16,8 +16,8 @@
1616
## Japanese
1717

1818
* Redmine wiki
19-
* https://bugs.ruby-lang.org/projects/ruby/wiki
20-
* https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto
19+
* https://github.com/ruby/ruby/wiki
20+
* https://github.com/ruby/ruby/wiki/Developer-How-To
2121
* [Rubyの拡張ライブラリの作り方](https://docs.ruby-lang.org/en/2.4.0/extension_ja_rdoc.html)
2222
* Ruby (MRI) の拡張ライブラリの作り方と、詳細な API の情報がまとまっています。
2323
* [Ruby Hacking Guide](http://i.loveruby.net/ja/rhg/) by @minero-aoki

0 commit comments

Comments
 (0)