forked from IPKM/nmreval
correct URL for issues
This commit is contained in:
parent
6bcf42d6a8
commit
4a04502012
@ -1084,7 +1084,7 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
|
|||||||
def report_bug(self):
|
def report_bug(self):
|
||||||
import webbrowser
|
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')
|
@QtCore.pyqtSlot(name='on_actionUpdate_triggered')
|
||||||
def look_for_update(self):
|
def look_for_update(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user