From b102a8b407831cfb726436156ff99c94557d4725 Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Tue, 8 Sep 2020 09:03:11 -0400 Subject: [PATCH] Update link in Help menu to version 5.1 --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 35e95b965..075d61be2 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -600,7 +600,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, @IBAction func showHelp(_ sender: Any?) { - Browser.open("https://ranchero.com/netnewswire/help/mac/5.0/en/", inBackground: false) + Browser.open("https://ranchero.com/netnewswire/help/mac/5.1/en/", inBackground: false) } @IBAction func donateToAppCampForGirls(_ sender: Any?) {