diff --git a/app/ui/main_window.py b/app/ui/main_window.py index 82c724f..b619012 100644 --- a/app/ui/main_window.py +++ b/app/ui/main_window.py @@ -105,7 +105,7 @@ def check_for_updates(self): self.do_updates() def do_updates(self): - QDesktopServices.openUrl(QUrl('http://www.ingbyr.tk/2016/05/16/youget/')) + QDesktopServices.openUrl(QUrl('https://github.com/ingbyr/GUI-YouGet/releases')) def report_bugs(self): QDesktopServices.openUrl(QUrl('https://github.com/ingbyr/GUI-YouGet/issues'))