Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
fix update function
Browse files Browse the repository at this point in the history
Former-commit-id: c702b28a080a92cf965454dbd74d3a10726c95c1 [formerly 6ad44a9]
Former-commit-id: 061ad2d6b7d98c3489ab66ef341df5dd3b473f62
  • Loading branch information
ingbyr committed Jul 8, 2016
1 parent 4122159 commit 5941f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

0 comments on commit 5941f90

Please sign in to comment.