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.
1 parent ba1c9b0 commit 615dff8Copy full SHA for 615dff8
crates/gitbutler-tauri/src/menu.rs
@@ -298,7 +298,7 @@ pub fn handle_event(webview: &WebviewWindow, event: &MenuEvent) {
298
"help/documentation" => open::that("https://docs.gitbutler.com"),
299
"help/github" => open::that("https://github.com/gitbutlerapp/gitbutler"),
300
"help/release-notes" => {
301
- open::that("https://discord.com/channels/1060193121130000425/1183737922785116161")
+ open::that("https://github.com/gitbutlerapp/gitbutler/releases")
302
}
303
"help/report-issue" => {
304
open::that("https://github.com/gitbutlerapp/gitbutler/issues/new")
0 commit comments