We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a378dda commit 4fdb568Copy full SHA for 4fdb568
java/src/processing/mode/java/JavaEditor.java
@@ -294,7 +294,7 @@ public JMenu buildHelpMenu() {
294
menu.add(item);
295
296
item = new JMenuItem(Language.text("menu.help.environment"));
297
- item.addActionListener(e -> showReference("environment" + File.separator + "index.html"));
+ item.addActionListener(e -> showReference("environment/index.html"));
298
299
300
item = new JMenuItem(Language.text("menu.help.reference"));
0 commit comments