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:
parent
efec654ee8
commit
b28e7e7c5c
10 changed files with 38 additions and 38 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue