Updated to new repo location and forum thread

This commit is contained in:
blitzmann
2016-01-25 21:14:45 -05:00
parent 253ebdc4e1
commit f3f1d022ef
6 changed files with 10 additions and 10 deletions

View File

@@ -116,5 +116,5 @@ class UpdateDialog(wx.Dialog):
self.UpdateSettings.set('version', None)
def OnDownload(self, e):
wx.LaunchDefaultBrowser('https://github.com/DarkFenX/Pyfa/releases/tag/'+self.releaseInfo['tag_name'])
wx.LaunchDefaultBrowser('https://github.com/pyfa-org/Pyfa/releases/tag/'+self.releaseInfo['tag_name'])
self.OnClose(e)