Merge pull request #2404 from AngeloStavrow/2401-update-help-link
Update link in Help menu
This commit is contained in:
commit
bc3027507a
|
@ -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?) {
|
||||
|
|
Loading…
Reference in New Issue