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 a956e7f1c8
commit 9cd1bea163
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):