Updated pointer to manual

This commit is contained in:
Chris Myers 2020-04-02 10:37:25 -06:00
parent f90340d965
commit c7fd0f5ead

View file

@ -1516,7 +1516,7 @@ public class Gui implements BioObserver, MouseListener, ActionListener, MouseMot
String theFile = "";
Preferences biosimrc = Preferences.userRoot();
String command = biosimrc.get("biosim.general.browser", "");
theFile = "http://www.async.ece.utah.edu/tools/BioSim/docs/iBioSim.html";
theFile = "https://myersresearchgroup.github.io/ibiosim.github.io/";
log.addText("Executing:\n" + command + " " + theFile + "\n");
Runtime exec = Runtime.getRuntime();
exec.exec(command + " " + theFile);