From 87de7c51b546dc68661b239eb6764e9fcccd4811 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 25 Mar 2021 17:17:43 -0700 Subject: [PATCH] Update the link for the 6.0 Mac help book. --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 0f5b8085a..9b80e8b54 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -651,7 +651,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, @IBAction func showHelp(_ sender: Any?) { - Browser.open("https://netnewswire.com/help/mac/5.1/en/", inBackground: false) + Browser.open("https://netnewswire.com/help/mac/6.0/en/", inBackground: false) } @IBAction func donateToAppCampForGirls(_ sender: Any?) {