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.
2 parents 7195cbb + bd73230 commit 9805bbaCopy full SHA for 9805bba
java/src/processing/mode/java/JavaEditor.java
@@ -334,7 +334,7 @@ public JMenu buildHelpMenu() {
334
335
// Ask on the Forum link opener
336
item = new JMenuItem(Language.text("menu.help.ask"));
337
- item.addActionListener(e -> Platform.openURL(Language.text("menu.help.getting_started.url")));
+ item.addActionListener(e -> Platform.openURL(Language.text("menu.help.ask.url")));
338
menu.add(item);
339
340
menu.addSeparator();
0 commit comments