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
  • Loading branch information
ingbyr committed Jul 8, 2016
1 parent 931c97c commit 6ad44a9
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 6ad44a9

Please # to comment.