mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
chore(web,mobile): update github repo url (#974)
This commit is contained in:
@@ -14,7 +14,7 @@ class VersionAnnouncementOverlay extends HookConsumerWidget {
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
void goToReleaseNote() async {
|
||||
final Uri url =
|
||||
Uri.parse('https://github.com/alextran1502/immich/releases/latest');
|
||||
Uri.parse('https://github.com/immich-app/immich/releases/latest');
|
||||
await launchUrl(url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user