Author: mes
Date: 2012-02-17 14:24:10 -0800 (Fri, 17 Feb 2012)
New Revision: 28318

Modified:
   
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
Log:
fixes #489 Updated all links and verified that they work

Modified: 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
===================================================================
--- 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
   2012-02-17 22:06:48 UTC (rev 28317)
+++ 
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/actions/welcomescreen/HelpPanel.java
   2012-02-17 22:24:10 UTC (rev 28318)
@@ -50,7 +50,7 @@
        private void initComponents() {
                this.setLayout(new GridLayout(4, 1));
                about = new JLabel("     About Cytoscape >>");
-               manual = new JLabel("     User Manual >>");
+               manual = new JLabel("     User Documentation >>");
                tutorial = new JLabel("     Tutorials >>");
                bugReport = new JLabel("     Report a bug >>");
                
@@ -67,7 +67,7 @@
                labelSet.add(bugReport);
                urlMap.put(about, 
"http://www.cytoscape.org/what_is_cytoscape.html";);
                urlMap.put(manual, 
"http://www.cytoscape.org/documentation_users.html";);
-               urlMap.put(tutorial, 
"http://opentutorials.cgl.ucsf.edu/index.php/Portal:Cytoscape";);
+               urlMap.put(tutorial, 
"http://opentutorials.cgl.ucsf.edu/index.php/Portal:Cytoscape3";);
                urlMap.put(bugReport, 
"http://chianti.ucsd.edu/cyto_web/bugreport/bugreport.php?cyversion="+cyversion+"&os="+os_str);
                
                for(final JLabel label: labelSet) {

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to