correct URL for issues

This commit is contained in:
Dominik Demuth 2023-06-27 17:26:44 +02:00
parent 6bcf42d6a8
commit 4a04502012

View File

@ -1084,7 +1084,7 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
def report_bug(self):
import webbrowser
webbrowser.open('https://gitea.pkm.physik.tu-darmstadt.de/IPKM-Public/nmreval/issues/new')
webbrowser.open('https://gitea.pkm.physik.tu-darmstadt.de/IPKM/nmreval/issues/new')
@QtCore.pyqtSlot(name='on_actionUpdate_triggered')
def look_for_update(self):