modification: url of the wiki-page changed to full domain (certificate validation issue)
This commit is contained in:
parent
a079bd331b
commit
ff39d97b82
@ -115,7 +115,7 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
def helpHelp(self):
|
def helpHelp(self):
|
||||||
if checkurl():
|
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:
|
else:
|
||||||
form = HelpForm(':/help.html')
|
form = HelpForm(':/help.html')
|
||||||
form.show()
|
form.show()
|
||||||
|
Loading…
Reference in New Issue
Block a user