Skip to content

Commit ccb2b7b

Browse files
committed
Make links in YJIT descriptions
1 parent 69ca6fa commit ccb2b7b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

en/news/_posts/2021-11-09-ruby-3-1-0-preview1-released.md

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

2929
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 macOS & Linux on x86-64 platforms for now.
3030

31-
* https://bugs.ruby-lang.org/issues/18229
32-
* https://shopify.engineering/yjit-just-in-time-compiler-cruby
33-
* https://www.youtube.com/watch?v=PBVLf3yfMs8
31+
* <https://bugs.ruby-lang.org/issues/18229>
32+
* <https://shopify.engineering/yjit-just-in-time-compiler-cruby>
33+
* <https://www.youtube.com/watch?v=PBVLf3yfMs8>
3434

3535
## debug gem: A new debugger
3636

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
@@ -27,9 +27,9 @@ With this technology, YJIT achieves both fast warmup time and performance improv
2727

2828
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.
2929

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

3434
## debug gem: A new debugger
3535

es/news/_posts/2021-11-09-ruby-3-1-0-preview1-released.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ especifique la opción `--yjit` en la línea de ordenes que habilita
4949
YJIT. Por ahora está limitado a macOS & Linux sobre plataformas
5050
x86-64.
5151

52-
* https://bugs.ruby-lang.org/issues/18229
53-
* https://shopify.engineering/yjit-just-in-time-compiler-cruby
54-
* https://www.youtube.com/watch?v=PBVLf3yfMs8
52+
* <https://bugs.ruby-lang.org/issues/18229>
53+
* <https://shopify.engineering/yjit-just-in-time-compiler-cruby>
54+
* <https://www.youtube.com/watch?v=PBVLf3yfMs8>
5555

5656
## Gema debug: Un nuevo depurador
5757

es/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
@@ -47,9 +47,9 @@ está deshabilitado de manera predeterminada. Si quiere usarlo,
4747
especifique la opción `--yjit` en la línea de ordenes para habilitar
4848
YJIT. Por ahora está limitado a plataformas tipo Unix sobre x86-64.
4949

50-
* https://bugs.ruby-lang.org/issues/18229
51-
* https://shopify.engineering/yjit-just-in-time-compiler-cruby
52-
* https://www.youtube.com/watch?v=PBVLf3yfMs8
50+
* <https://bugs.ruby-lang.org/issues/18229>
51+
* <https://shopify.engineering/yjit-just-in-time-compiler-cruby>
52+
* <https://www.youtube.com/watch?v=PBVLf3yfMs8>
5353

5454

5555
## Gema debug: Un nuevo depurador

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
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>
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)