diff --git a/README.md b/README.md
index 8b8a6214..f2666fbc 100644
--- a/README.md
+++ b/README.md
@@ -97,12 +97,7 @@ This handy table lists all the methods you can use to install Spotube:
AppImage |
-
-
-
-
- Note: AppimageLauncher is required!
- |
+ AppImage's lacking stability led to it's temporal removal. More information at https://github.com/KRTirtho/spotube/issues/1082 |
Debian/Ubuntu |
diff --git a/lib/hooks/configurators/use_update_checker.dart b/lib/hooks/configurators/use_update_checker.dart
index 1a6a5be5..7b937efb 100644
--- a/lib/hooks/configurators/use_update_checker.dart
+++ b/lib/hooks/configurators/use_update_checker.dart
@@ -62,7 +62,7 @@ void useUpdateChecker(WidgetRef ref) {
barrierColor: Colors.black26,
builder: (context) {
const url =
- "https://spotube.krtirtho.dev/other-downloads/stable-downloads";
+ "https://spotube.krtirtho.dev/downloads";
return AlertDialog(
title: const Text("Spotube has an update"),
actions: [