Skip to content

Commit ab6c25a

Browse files
committed
Use kramdown's automatic links in 3.1.0 post (en, ja)
1 parent 6c319ee commit ab6c25a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ With this technology, YJIT achieves both fast warmup time and performance improv
2626

2727
YJIT is still an experimental feature, and as such, it is disabled by default. If you want to use this, specify the `--yjit` command-line option to enable YJIT. It is also limited to Unix-like x86-64 platforms for now.
2828

29-
* [https://bugs.ruby-lang.org/issues/18229](https://bugs.ruby-lang.org/issues/18229)
30-
* [https://shopify.engineering/yjit-just-in-time-compiler-cruby](https://shopify.engineering/yjit-just-in-time-compiler-cruby)
31-
* [https://www.youtube.com/watch?v=PBVLf3yfMs8](https://www.youtube.com/watch?v=PBVLf3yfMs8)
29+
* <https://bugs.ruby-lang.org/issues/18229>
30+
* <https://shopify.engineering/yjit-just-in-time-compiler-cruby>
31+
* <https://www.youtube.com/watch?v=PBVLf3yfMs8>
3232

3333
## debug gem: A new debugger
3434

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ MJITがメソッドベースのJITコンパイラであり、外部のCコンパ
2626

2727
YJITはまだ実験的機能なため、デフォルトでは無効化されています。試してみたい場合には `--yjit` コマンドラインオプションを指定することでYJITを有効化出来ます。現在YJITはx86-64上のUnix系プラットフォームでのみ実行出来ます。
2828

29-
* [https://bugs.ruby-lang.org/issues/18229](https://bugs.ruby-lang.org/issues/18229)
30-
* [https://shopify.engineering/yjit-just-in-time-compiler-cruby](https://shopify.engineering/yjit-just-in-time-compiler-cruby)
31-
* [https://www.youtube.com/watch?v=PBVLf3yfMs8](https://www.youtube.com/watch?v=PBVLf3yfMs8)
29+
* <https://bugs.ruby-lang.org/issues/18229>
30+
* <https://shopify.engineering/yjit-just-in-time-compiler-cruby>
31+
* <https://www.youtube.com/watch?v=PBVLf3yfMs8>
3232

3333
## debug gem: 新しいデバッガ
3434

0 commit comments

Comments
 (0)