Make this just the docs website, not the full website

This commit is contained in:
Micah Lee 2020-08-26 20:14:12 -07:00
parent 9f0fb6b6e5
commit 1d4c296a49
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
8 changed files with 31 additions and 37 deletions

View file

@ -892,7 +892,7 @@ class SettingsDialog(QtWidgets.QDialog):
@staticmethod
def open_help():
help_url = "https://onionshare.org/"
help_url = "https://docs.onionshare.org/"
QtGui.QDesktopServices.openUrl(QtCore.QUrl(help_url))
def settings_from_fields(self):