From 2f6ac7fddafc4254955aeba2cce5adebec8b2e78 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 4e8120779..91a907ef2 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -458,7 +458,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?) { @@ -477,7 +477,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?) {