diff --git a/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart b/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart index 183f5f5b..7fa12da0 100644 --- a/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart +++ b/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart @@ -134,7 +134,7 @@ If left checked, Xcode will rewrite the build number in the uploaded IPA, so the // optional and exits 0 even when it fails (e.g. no signing certificate), // so we must verify the .ipa was actually produced. Otherwise we would // report a successful release and point the user at an .ipa that does not - // exist. See https://github.com/shorebirdtech/shorebird/issues/3807. + // exist. See https://git.tonycloud.org/flutter/shorebird/issues/3807. if (codesign && artifactManager.getIpa() == null) { logger.err( '''