Skip to content

Commit

Permalink
Update link to help pages in the broken R error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Georgiev committed Nov 28, 2012
1 parent 2a66fab commit 25e76fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ public class RBusinessManager implements IBioclipseManager {
public static String NEWLINE = System.getProperty("line.separator");
public static String cmdparser = "(;?\r?\n|;)";
public static final String fileseparator = java.io.File.separator;
public static final String R_CONSOLE_ERR_MESSAGE = "See http://pele.farmbio.uu.se/bioclipse/help/topic/net.bioclipse.r.ui/html/troubleshooting.html?cp=4_3 or the internal Bioclipse help system!";
public static final String R_CONSOLE_ERR_MESSAGE = "See http://pele.farmbio.uu.se/bioclipse/help/nav/14_1 or the internal Bioclipse help system!";

public RBusinessManager() throws LoginException, NoSuchElementException {
logger.info("Starting R manager");
Expand Down

0 comments on commit 25e76fb

Please sign in to comment.