URI: 
       tupdate documentation link - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 31b6a4b4d01803ebb60a2afcccffc126ac2cd85f
   DIR parent 476e02026ff4ed1823407dee2f9a1f423a31896e
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri, 23 Jan 2015 16:13:43 +0100
       
       update documentation 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@@ -371,7 +371,7 @@ class ElectrumWindow(QMainWindow):
                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.org/documentation.html")).setShortcut(QKeySequence.HelpContents)
       +        help_menu.addAction(_("&Documentation"), lambda: webbrowser.open("http://electrum.orain.org/")).setShortcut(QKeySequence.HelpContents)
                help_menu.addAction(_("&Report Bug"), self.show_report_bug)
        
                self.setMenuBar(menubar)