Skip to content

Commit 5583138

Browse files
authored
Link to docs.ruby-lang.org for pattern matching docs (#2601)
1 parent 3f84ae5 commit 5583138

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

de/news/_posts/2020-12-25-ruby-3-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ willkommen.
381381
382382
* Musterabgleiche (`case`/`in`) sind nicht länger experimentell.
383383
* Siehe die
384-
[Pattern-Matching-Dokumentation](https://github.com/ruby/ruby/blob/ruby_3_0/doc/syntax/pattern_matching.rdoc)
384+
[Pattern-Matching-Dokumentation](https://docs.ruby-lang.org/en/3.0.0/doc/syntax/pattern_matching_rdoc.html)
385385
für weitere Informationen.
386386
* Die Besonderheiten von `$SAFE` wurden vollständig entfernt. Es
387387
handelt sich nun um eine normale globale Variable.

en/news/_posts/2020-12-25-ruby-3-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ TypeProf is experimental and not so mature yet; only a subset of the Ruby langua
287287
```
288288

289289
* Pattern matching (`case`/`in`) is no longer experimental.
290-
* See the [pattern matching documentation](https://github.com/ruby/ruby/blob/ruby_3_0/doc/syntax/pattern_matching.rdoc) for details.
290+
* See the [pattern matching documentation](https://docs.ruby-lang.org/en/3.0.0/doc/syntax/pattern_matching_rdoc.html) for details.
291291
* The `$SAFE` feature was completely removed; now it is a normal global variable.
292292
* The order of backtraces had been reversed with Ruby 2.5; this change has been reverted. Now backtraces behave like in Ruby 2.4: an error message and the line number where the exception occurs are printed first, and its callers are printed later.
293293
* Some standard libraries are updated.

es/news/_posts/2020-12-25-ruby-3-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Toda retroalimentación es bienvenida.
376376
```
377377
378378
* El reconocimiento de patrones (`case`/`in`) ya no es experimental.
379-
* Ver detalles en el [documento del reconocimiento de patrones](https://github.com/ruby/ruby/blob/ruby_3_0/doc/syntax/pattern_matching.rdoc).
379+
* Ver detalles en el [documento del reconocimiento de patrones](https://docs.ruby-lang.org/en/3.0.0/doc/syntax/pattern_matching_rdoc.html).
380380
381381
* La característica `$SAFE` se eliminó por completo; ahora es una variable
382382
global normal.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ end
287287
```
288288
289289
* パターンマッチ(`case`/`in`)が実験的な機能ではなくなりました。
290-
* 詳しくは[ドキュメント](https://github.com/ruby/ruby/blob/ruby_3_0/doc/syntax/pattern_matching.rdoc)を見てください。
290+
* 詳しくは[ドキュメント](https://docs.ruby-lang.org/en/3.0.0/doc/syntax/pattern_matching_rdoc.html)を見てください。
291291
* `$SAFE` の機能が完全に削除され、ただのグローバル変数となりました。
292292
* バックトレースの順序は2.5で逆転しましたが、3.0ではこれを取りやめることになりました。例外が起きた行が先に表示され、呼び出し元が後に表示されるように戻ります。
293293
* いくつかの標準ライブラリがアップデートされました。

zh_cn/news/_posts/2020-12-25-ruby-3-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ TypeProf 目前是实验特性,还不够成熟。只有 Ruby 语言的一个
287287
```
288288
289289
* 模式匹配 (`case`/`in`) 不再是实验性特性。
290-
* 详见[模式匹配文档](https://github.com/ruby/ruby/blob/ruby_3_0/doc/syntax/pattern_matching.rdoc)。
290+
* 详见[模式匹配文档](https://docs.ruby-lang.org/en/3.0.0/doc/syntax/pattern_matching_rdoc.html)。
291291
* `$SAFE` 特性被彻底移除,现在它就是一个普通的全部常量。
292292
* backtrace 的顺序在 Ruby 2.5 中被颠倒,现在倒了回来。现在其行为和 2.4 一致,先打印错误信息,再以此打印其调用者。
293293
* 一些标准库被升级

zh_tw/news/_posts/2020-12-25-ruby-3-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ TypeProf 仍是實驗性質功能尚未成熟,只支援 Ruby 的部分語法
284284
```
285285
286286
* 模式匹配(`case`/`in`)不再是實驗性質。
287-
* 參見[模式匹配文件](https://github.com/ruby/ruby/blob/ruby_3_0/doc/syntax/pattern_matching.rdoc)來了解更多。
287+
* 參見[模式匹配文件](https://docs.ruby-lang.org/en/3.0.0/doc/syntax/pattern_matching_rdoc.html)來了解更多。
288288
* 完全移除了 `$SAFE` 功能,現在只是個單純的全域變數。
289289
* 錯誤訊息的順序在 Ruby 2.5 被顛倒了,現在又改回來了。現在錯誤訊息和 Ruby 2.4 一樣:先顯示錯誤訊息行號,再來才是所有的呼叫者。
290290
* 更新了某些標準函式庫

0 commit comments

Comments
 (0)