Skip to content

Commit 22ac31c

Browse files
committed
[GR-19691] Update links for Docker images
PullRequest: truffleruby/2818
2 parents 3c74f71 + 9f599a8 commit 22ac31c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Compatibility:
5858
* Allow `Fiber#raise` after `Fiber#transfer` like Ruby 3.0 (#2342).
5959
* Fix `ObjectSpace._id2ref` for Symbols and frozen String literals (#2358).
6060
* Implemented `Enumerator::Lazy#filter_map` (#2356).
61-
* Fix LLVM toolchain issue on macOS 10.13 (#2352, [oracle/graal#3383](https://github.com/oracle/graal/issues/3383)).
61+
* Fix LLVM toolchain issue on macOS 11.3 (#2352, [oracle/graal#3383](https://github.com/oracle/graal/issues/3383)).
6262
* Implement `IO#set_encoding_by_bom` (#2372, pawandubey).
6363
* Implemented `Enumerator::Lazy#with_index` (#2356).
6464
* Implement `rb_backref_set`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ There are four ways to install TruffleRuby releases and nightly builds:
2020
download. It is meant for users who only want a Ruby implementation and are already
2121
using a Ruby manager.
2222

23-
* Via Docker: [Oracle Linux-based images](https://github.com/graalvm/container/pkgs/container/truffleruby)
24-
and [Debian-based images](https://hub.docker.com/r/flavorjones/truffleruby).
23+
* Via Docker: [Oracle Linux-based images](https://github.com/graalvm/container/blob/master/truffleruby/README.md)
24+
and [Debian-based images](https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby).
2525

2626
* Via the [standalone distribution](doc/user/standalone-distribution.md)
2727
as a simple binary tarball.

0 commit comments

Comments
 (0)