Skip to content

Commit 7b328bf

Browse files
committed
Update help link
1 parent e87afcb commit 7b328bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/menubar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn init_event_handler(sender: ExtSender, hotkey_id: u32) {
8888
});
8989
}
9090
"open_help_page" => {
91-
open_url("https://github.com/unsecretised/rustcast/discussions");
91+
open_url("https://github.com/unsecretised/rustcast/discussions/new?category=q-a");
9292
}
9393
"open_preferences" => {
9494
open_settings();

0 commit comments

Comments
 (0)