Skip to content

Commit aca7270

Browse files
committed
Fix NEWS link.
1 parent d1971d3 commit aca7270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/news/_posts/2020-12-08-ruby-3-0-0-preview2-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Currently, there is a test scheduler available in [`Async::Scheduler`](https://g
175175
* tmpdir
176176
* tsort
177177
* weakref
178-
その他詳細については、[NEWS](https://github.com/ruby/ruby/blob/v3_0_0_preview2/NEWS) ファイルまたは[コミットログ](https://github.com/ruby/ruby/compare/v2_7_0...v3_0_0_preview2)を参照してください。
178+
その他詳細については、[NEWS](https://github.com/ruby/ruby/blob/v3_0_0_preview2/NEWS.md) ファイルまたは[コミットログ](https://github.com/ruby/ruby/compare/v2_7_0...v3_0_0_preview2)を参照してください。
179179
{% assign release = site.data.releases | where: "version", "3.0.0-preview2" | first %}
180180
なお、こうした変更により、Ruby 2.7.0 以降では [{{ release.stats.files_changed }} 個のファイルに変更が加えられ、{{ release.stats.insertions }} 行の追加と {{ release.stats.deletions }} 行の削除が行われました](https://github.com/ruby/ruby/compare/v2_7_0...v3_0_0) !
181181
ぜひ Ruby 3.0.0-preview2 を試して、フィードバックをお願いします!

0 commit comments

Comments
 (0)