Skip to content

Commit 573ee5d

Browse files
authored
Merge pull request #3751 from tagomoris/fix-link-toruby-box-doc
Fix link to the Ruby::Box document
2 parents 51f3979 + b1731d5 commit 573ee5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2025-12-25-ruby-4-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Expected use cases are:
2424
* Run web app boxes in parallel to evaluate dependency updates for a certain period of time by checking response diff using Ruby code
2525
* Used as the foundation (low-level) API to implement kind of "package" (high-level) API (it is not designed yet)
2626

27-
For the detail of "Ruby Box", see [doc/language/box.md](doc/language/box.md).
27+
For the detail of "Ruby Box", see [Ruby::Box](https://docs.ruby-lang.org/en/master/Ruby/Box.html).
2828
[[Feature #21311]] [[Misc #21385]]
2929

3030
## ZJIT

ja/news/_posts/2025-12-25-ruby-4-0-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Ruby Boxの主要なユースケースとしては、次のものが想定され
2424
* WebアプリケーションをBox内で実行することで、依存関係の更新時などに、一定期間並列で動かしてRubyコードを用いてレスポンス等を検証すること
2525
* (未設計の)「パッケージAPI」のような新しい高レベルAPIを作るための低レベルAPIとしての機能を提供すること
2626

27-
"Ruby Box"の詳細については次のドキュメントを参照してください: [doc/language/box.md](doc/language/box.md).
27+
"Ruby Box"の詳細については次のドキュメントを参照してください: [Ruby::Box](https://docs.ruby-lang.org/en/master/Ruby/Box.html).
2828
[[Feature #21311]] [[Misc #21385]]
2929

3030
## ZJIT

0 commit comments

Comments
 (0)