diff --git a/macos/Sources/App/macOS/AppDelegate.swift b/macos/Sources/App/macOS/AppDelegate.swift index 7ebf52d3d..6d27bdf94 100644 --- a/macos/Sources/App/macOS/AppDelegate.swift +++ b/macos/Sources/App/macOS/AppDelegate.swift @@ -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) }