Skip to content

Commit 9805bba

Browse files
authored
Merge pull request #1221 from lassevonpfeil/main
Updated URL Mistake for PR #1210 and Issue #1208
2 parents 7195cbb + bd73230 commit 9805bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/JavaEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public JMenu buildHelpMenu() {
334334

335335
// Ask on the Forum link opener
336336
item = new JMenuItem(Language.text("menu.help.ask"));
337-
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.getting_started.url")));
337+
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.ask.url")));
338338
menu.add(item);
339339

340340
menu.addSeparator();

0 commit comments

Comments
 (0)