Skip to content

Commit 59ed3ec

Browse files
committed
Update references to the GitHub repository
1 parent b057d10 commit 59ed3ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ruby/spec is known to be tested in these implementations for every commit:
2626

2727
* [MRI](https://rubyci.org/) on 30 platforms and 4 versions
2828
* [JRuby](https://github.com/jruby/jruby/tree/master/spec/ruby) for both 1.7 and 9.x
29-
* [TruffleRuby](https://github.com/oracle/truffleruby/tree/master/spec/ruby)
29+
* [TruffleRuby](https://github.com/truffleruby/truffleruby/tree/master/spec/ruby)
3030
* [Opal](https://github.com/opal/opal/tree/master/spec)
3131
* [Artichoke](https://github.com/artichoke/spec/tree/artichoke-vendor)
3232

core/array/shared/unshift.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
-> { ArraySpecs.frozen_array.send(@method) }.should raise_error(FrozenError)
5050
end
5151

52-
# https://github.com/oracle/truffleruby/issues/2772
52+
# https://github.com/truffleruby/truffleruby/issues/2772
5353
it "doesn't rely on Array#[]= so it can be overridden" do
5454
subclass = Class.new(Array) do
5555
def []=(*)

0 commit comments

Comments
 (0)