tupdate documentation hard link - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6117c58a59e3420dda6b8af7ec641e3a6de1b309 DIR parent 3f145864ef971a81b0dbbddeed90bc9839359fb9 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 18 Sep 2015 13:18:29 +0200 update documentation hard link Diffstat: M gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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://electrum.orain.org/")).setShortcut(QKeySequence.HelpContents) + help_menu.addAction(_("&Documentation"), lambda: webbrowser.open("http://documentation.electrum.org/")).setShortcut(QKeySequence.HelpContents) help_menu.addAction(_("&Report Bug"), self.show_report_bug) self.setMenuBar(menubar)