set current doc url
authorDiane Trout <diane@caltech.edu>
Fri, 28 Jul 2006 01:19:14 +0000 (01:19 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 28 Jul 2006 01:19:14 +0000 (01:19 +0000)
qui/MussaWindow.cpp

index 9d2f95e1e72729a355c6bfe0b69a4e799a8bd95c..d8fdd9521db680886fe724b2c67dd3849ae97bb6 100644 (file)
@@ -481,7 +481,7 @@ void MussaWindow::showManual()
 #else
   try {
     boost::python::object webopen = get_py()["webbrowser.open"];
-    webopen("http://woldlab.caltech.edu/cgi-bin/mussa");
+    webopen("http://woldlab.caltech.edu/~king/mussagl_manual/");
   } catch( boost::python::error_already_set ) {
     PyErr_Print();
   }