fix docs link

This commit is contained in:
ThomasV 2015-09-19 18:49:12 +02:00
parent 6117c58a59
commit 6cec75150c
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class ElectrumWindow(QMainWindow, PrintError):
help_menu.addAction(_("&About"), self.show_about)
help_menu.addAction(_("&Official website"), lambda: webbrowser.open("http://electrum.org"))
help_menu.addSeparator()
help_menu.addAction(_("&Documentation"), lambda: webbrowser.open("http://documentation.electrum.org/")).setShortcut(QKeySequence.HelpContents)
help_menu.addAction(_("&Documentation"), lambda: webbrowser.open("http://docs.electrum.org/")).setShortcut(QKeySequence.HelpContents)
help_menu.addAction(_("&Report Bug"), self.show_report_bug)
self.setMenuBar(menubar)