From 5941f90b01ecb98b0eec51be6e5eb07cb12e2a86 Mon Sep 17 00:00:00 2001 From: ingbyr Date: Fri, 8 Jul 2016 16:51:18 +0800 Subject: [PATCH] fix update function Former-commit-id: c702b28a080a92cf965454dbd74d3a10726c95c1 [formerly 6ad44a92f663eec6006d798f9195101e39b5ad75] Former-commit-id: 061ad2d6b7d98c3489ab66ef341df5dd3b473f62 --- app/ui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))