mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-14 08:49:47 -05:00
Update help URL
This commit is contained in:
parent
318da0871d
commit
9f0fb6b6e5
@ -892,7 +892,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def open_help():
|
def open_help():
|
||||||
help_url = "https://github.com/micahflee/onionshare/wiki"
|
help_url = "https://onionshare.org/"
|
||||||
QtGui.QDesktopServices.openUrl(QtCore.QUrl(help_url))
|
QtGui.QDesktopServices.openUrl(QtCore.QUrl(help_url))
|
||||||
|
|
||||||
def settings_from_fields(self):
|
def settings_from_fields(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user