From 39ab38ff42010e309e4fc05c9e9c1aefa595c9b4 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Sun, 26 Jul 2020 05:46:48 -0400 Subject: [PATCH] Fix Mac/AppDelegate.swift --- Mac/AppDelegate.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 2a4dc590a..1937c8c3b 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -569,7 +569,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, @IBAction func openHowToSupport(_ sender: Any?) { - Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false) + Browser.open("https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown", inBackground: false) } @IBAction func openRepository(_ sender: Any?) { @@ -588,7 +588,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, @IBAction func openTechnotes(_ sender: Any?) { - Browser.open("https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes", inBackground: false) + Browser.open("https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes", inBackground: false) } @IBAction func showHelp(_ sender: Any?) {