diff --git a/apply.pl b/apply.pl index ed1ecfc2..080923fe 100755 --- a/apply.pl +++ b/apply.pl @@ -139,7 +139,7 @@ sub check_current_script { return; } my $filename = tempfile_name(); - my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.23.alpha1/apply.pl'; + my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl'; download_with_curl($source, $filename); if ($? == 0) { if (compare_files($filename, $0)) {