1

Updating URLs

Former-commit-id: a1e2966d5d2ff3f3e4ebd21a6d2c798c11595464
This commit is contained in:
Alex Yatskov 2014-03-03 07:04:33 -08:00
parent 50e4993b45
commit a09ef6e777
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee0729e4d5ea0664f655902ad56d64bc930689f251ab1e9efe28292f1dc7de13
size 20201472
oid sha256:e914942dc7e60bdb393a445367f0de61583dad252364dca0ff0c781909002bb2
size 30328832

View File

@ -241,12 +241,12 @@ class MainWindowReader(QtGui.QMainWindow, gen.reader_ui.Ui_MainWindowReader):
def onActionHomepage(self):
url = QtCore.QUrl('http://foosoft.net/yomichan/')
url = QtCore.QUrl('http://foosoft.net/yomichan')
QtGui.QDesktopServices().openUrl(url)
def onActionFeedback(self):
url = QtCore.QUrl('http://foosoft.net/comments/')
url = QtCore.QUrl('http://foosoft.net/comments')
QtGui.QDesktopServices().openUrl(url)