@@ -303,7 +303,7 @@ function test_ruby_mirror_default_value_when_ruby_version_is_greater_or_equal_to
303303 source " $ruby_install_dir /truffleruby/functions.sh"
304304
305305 assertEquals " did not correctly set \$ ruby_mirror" \
306- " https://github.com/oracle /truffleruby/releases/download" \
306+ " https://github.com/truffleruby /truffleruby/releases/download" \
307307 " $ruby_mirror "
308308}
309309
@@ -316,7 +316,7 @@ function test_ruby_mirror_default_value_when_ruby_version_is_less_than_23_0_0()
316316 source " $ruby_install_dir /truffleruby/functions.sh"
317317
318318 assertEquals " did not correctly set \$ ruby_mirror" \
319- " https://github.com/oracle /truffleruby/releases/download" \
319+ " https://github.com/truffleruby /truffleruby/releases/download" \
320320 " $ruby_mirror "
321321}
322322
@@ -381,7 +381,7 @@ function test_ruby_url_default_value_when_ruby_version_is_greater_or_equal_to_23
381381 source " $ruby_install_dir /truffleruby/functions.sh"
382382
383383 assertEquals " did not correctly set \$ ruby_url" \
384- " https://github.com/oracle /truffleruby/releases/download/graal-$ruby_version /$ruby_archive " \
384+ " https://github.com/truffleruby /truffleruby/releases/download/graal-$ruby_version /$ruby_archive " \
385385 " $ruby_url "
386386}
387387
@@ -394,7 +394,7 @@ function test_ruby_url_default_value_when_ruby_version_is_less_than_23_0_0()
394394 source " $ruby_install_dir /truffleruby/functions.sh"
395395
396396 assertEquals " did not correctly set \$ ruby_url" \
397- " https://github.com/oracle /truffleruby/releases/download/vm-$ruby_version /$ruby_archive " \
397+ " https://github.com/truffleruby /truffleruby/releases/download/vm-$ruby_version /$ruby_archive " \
398398 " $ruby_url "
399399}
400400
0 commit comments