From 4dafe95478c9c92ff465b617c8ed9b3cf2601975 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Sun, 26 Jul 2020 05:47:02 -0400 Subject: [PATCH] Fix Multiplatform/iOS/Settings/SettingsModel.swift --- Multiplatform/iOS/Settings/SettingsModel.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Multiplatform/iOS/Settings/SettingsModel.swift b/Multiplatform/iOS/Settings/SettingsModel.swift index 792a91807..382be4e62 100644 --- a/Multiplatform/iOS/Settings/SettingsModel.swift +++ b/Multiplatform/iOS/Settings/SettingsModel.swift @@ -21,13 +21,13 @@ class SettingsModel: ObservableObject { case .netNewsWire: return URL(string: "https://ranchero.com/netnewswire/")! case .supportNetNewsWire: - return URL(string: "https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/HowToSupportNetNewsWire.markdown")! + return URL(string: "https://github.com/brentsimmons/NetNewsWire/blob/main/Technotes/HowToSupportNetNewsWire.markdown")! case .github: return URL(string: "https://github.com/brentsimmons/NetNewsWire")! case .bugTracker: return URL(string: "https://github.com/brentsimmons/NetNewsWire/issues")! case .technotes: - return URL(string: "https://github.com/brentsimmons/NetNewsWire/tree/master/Technotes")! + return URL(string: "https://github.com/brentsimmons/NetNewsWire/tree/main/Technotes")! case .netNewsWireSlack: return URL(string: "https://ranchero.com/netnewswire/slack")! case .none: