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()