Skip to content

Commit

Permalink
macos: Help menu goes to website docs (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh authored Dec 30, 2024
2 parents 35eefd4 + 37c5f5a commit 3059d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/Sources/App/macOS/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ class AppDelegate: NSObject,
}

@IBAction func showHelp(_ sender: Any) {
guard let url = URL(string: "https://github.com/ghostty-org/ghostty") else { return }
guard let url = URL(string: "https://ghostty.org/docs") else { return }
NSWorkspace.shared.open(url)
}

Expand Down

0 comments on commit 3059d90

Please sign in to comment.