Update help URL

This commit is contained in:
Micah Lee 2020-08-26 14:07:52 -07:00
parent 318da0871d
commit 9f0fb6b6e5
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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):