Skip to content

Commit 11ed451

Browse files
authored
Merge pull request #2774 from znz/make-links-in-yjit
Make links in YJIT descriptions
2 parents ab6c25a + ccb2b7b commit 11ed451

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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

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

0 commit comments

Comments
 (0)