no longer loading environment/index.html from a local file

This commit is contained in:
Ben Fry
2021-08-08 16:59:26 -04:00
parent a378dda7bb
commit 4fdb568b2e

View File

@@ -294,7 +294,7 @@ public class JavaEditor extends Editor {
menu.add(item);
item = new JMenuItem(Language.text("menu.help.environment"));
item.addActionListener(e -> showReference("environment" + File.separator + "index.html"));
item.addActionListener(e -> showReference("environment/index.html"));
menu.add(item);
item = new JMenuItem(Language.text("menu.help.reference"));