From ff39d97b82eb0cb6ee8ef93a8cdcf857bcd569c9 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 3 Jul 2014 10:18:42 +0200 Subject: [PATCH] modification: url of the wiki-page changed to full domain (certificate validation issue) --- pylot/QtPyLoT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/QtPyLoT.py b/pylot/QtPyLoT.py index 8750a858..2e4e9a30 100755 --- a/pylot/QtPyLoT.py +++ b/pylot/QtPyLoT.py @@ -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()