Skip to content

Commit 615dff8

Browse files
committed
fix: update help->releases menu item target
1 parent ba1c9b0 commit 615dff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gitbutler-tauri/src/menu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ pub fn handle_event(webview: &WebviewWindow, event: &MenuEvent) {
298298
"help/documentation" => open::that("https://docs.gitbutler.com"),
299299
"help/github" => open::that("https://github.com/gitbutlerapp/gitbutler"),
300300
"help/release-notes" => {
301-
open::that("https://discord.com/channels/1060193121130000425/1183737922785116161")
301+
open::that("https://github.com/gitbutlerapp/gitbutler/releases")
302302
}
303303
"help/report-issue" => {
304304
open::that("https://github.com/gitbutlerapp/gitbutler/issues/new")

0 commit comments

Comments
 (0)