From b7b2b9dfb27e365dd07a9bf2b46a039e11bf8bec Mon Sep 17 00:00:00 2001
From: stefan <stefan@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 28 Jul 2010 10:22:02 +0000
Subject: [PATCH] Help/Documentation menu entry update documentation link

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2591 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/gui/pymod/init_menubar.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/pymod/init_menubar.py b/modules/gui/pymod/init_menubar.py
index 0515f319a..d1c33cfae 100644
--- a/modules/gui/pymod/init_menubar.py
+++ b/modules/gui/pymod/init_menubar.py
@@ -92,7 +92,7 @@ class InitMenuBar(QtCore.QObject):
     self.loader_manager.exec_()
   
   def OpenDocs(self):
-    QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://www.openstructure.org/docs/index.html"))
+    QtGui.QDesktopServices.openUrl(QtCore.QUrl("http://www.openstructure.org/docs/"))
     
   def About(self):
     _InitSplash()
-- 
GitLab