modification: url of the wiki-page changed to full domain (certificate validation issue)

This commit is contained in:
Sebastian Wehling-Benatelli 2014-07-03 10:18:42 +02:00
parent a079bd331b
commit ff39d97b82

View File

@ -115,7 +115,7 @@ class MainWindow(QMainWindow):
def helpHelp(self):
if checkurl():
form = HelpForm('https://ariadne.geophysik.rub.de/trac/PyLoT/wiki')
form = HelpForm('https://ariadne.geophysik.ruhr-uni-bochum.de/trac/PyLoT/wiki')
else:
form = HelpForm(':/help.html')
form.show()