Skip to content

Commit 50afdd1

Browse files
committed
Provide some links in 3.1.0 post (en)
1 parent 5e0e30a commit 50afdd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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
30-
* https://shopify.engineering/yjit-just-in-time-compiler-cruby
31-
* https://www.youtube.com/watch?v=PBVLf3yfMs8
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)
3232

3333
## debug gem: A new debugger
3434

0 commit comments

Comments
 (0)