From ea7a101ca53977536857754daf81bf0ccc8fcf3d Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 23 Jan 2022 13:21:45 -0800 Subject: [PATCH] Change to point to the 6.1 documentation --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index ad024b046..db115b936 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -679,7 +679,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, @IBAction func showHelp(_ sender: Any?) { - Browser.open("https://netnewswire.com/help/mac/6.0/en/", inBackground: false) + Browser.open("https://netnewswire.com/help/mac/6.1/en/", inBackground: false) } @IBAction func donateToAppCampForGirls(_ sender: Any?) {