mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Update help URL
This commit is contained in:
parent
2f082dac76
commit
a956e7f1c8
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||
|
||||
@staticmethod
|
||||
def open_help():
|
||||
help_url = "https://github.com/micahflee/onionshare/wiki"
|
||||
help_url = "https://onionshare.org/"
|
||||
QtGui.QDesktopServices.openUrl(QtCore.QUrl(help_url))
|
||||
|
||||
def settings_from_fields(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue