From 6fc6850a79d48452349051bd8b50e52f521280f7 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 16 May 2019 21:31:57 -0700 Subject: [PATCH] Update URL for Help book. --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index e80c54145..81767442f 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -425,7 +425,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, @IBAction func showHelp(_ sender: Any?) { - Browser.open("https://ranchero.com/netnewswire/help/5.0/", inBackground: false) + Browser.open("https://ranchero.com/netnewswire/help/5.0/en/", inBackground: false) } @IBAction func donateToAppCampForGirls(_ sender: Any?) {