Skip to content

Commit

Permalink
Set R error message link to the troubleshooting page
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Georgiev committed Oct 18, 2012
1 parent 2dad6ad commit 522f904
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/nav/4 or the internal Bioclipse help system!";
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 RBusinessManager() throws LoginException, NoSuchElementException {
logger.info("Starting R manager");
Expand Down

0 comments on commit 522f904

Please sign in to comment.