updated url for help menu

This commit is contained in:
lassevonpfeil
2025-08-28 15:56:01 +02:00
parent c1a3cecf2d
commit bd7323081a

View File

@@ -334,7 +334,7 @@ public class JavaEditor extends Editor {
// Ask on the Forum link opener
item = new JMenuItem(Language.text("menu.help.ask"));
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.getting_started.url")));
item.addActionListener(e -> Platform.openURL(Language.text("menu.help.ask.url")));
menu.add(item);
menu.addSeparator();