Iris is gone in favor of orion. Grep for 'iris' and you'll find just

a couple of references that I didn't grok.
This commit is contained in:
dchandler 2005-09-19 19:43:10 +00:00
parent efec654ee8
commit b28e7e7c5c
10 changed files with 38 additions and 38 deletions

View file

@ -736,7 +736,7 @@ public class Jskad extends JPanel implements DocumentListener {
public void theRealActionPerformed(ActionEvent e) {
CalHTMLPane onlineHelpPane = new CalHTMLPane();
try {
onlineHelpPane.showHTMLDocument(new URL("http://iris.lib.virginia.edu/tibet/tools/jskad.html"));
onlineHelpPane.showHTMLDocument(new URL("http://orion.lib.virginia.edu/thdl/tools/jskad.html"));
} catch (Exception ex) {
ex.printStackTrace(System.err);
throw new ThdlLazyException(ex);