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?) {