Fix Multiplatform/iOS/Settings/SettingsModel.swift

This commit is contained in:
Noelle Leigh 2020-07-26 05:47:02 -04:00
parent 39ab38ff42
commit 4dafe95478
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ class SettingsModel: ObservableObject {
case .netNewsWire: case .netNewsWire:
return URL(string: "https://ranchero.com/netnewswire/")! return URL(string: "https://ranchero.com/netnewswire/")!
case .supportNetNewsWire: 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: case .github:
return URL(string: "https://github.com/brentsimmons/NetNewsWire")! return URL(string: "https://github.com/brentsimmons/NetNewsWire")!
case .bugTracker: case .bugTracker:
return URL(string: "https://github.com/brentsimmons/NetNewsWire/issues")! return URL(string: "https://github.com/brentsimmons/NetNewsWire/issues")!
case .technotes: 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: case .netNewsWireSlack:
return URL(string: "https://ranchero.com/netnewswire/slack")! return URL(string: "https://ranchero.com/netnewswire/slack")!
case .none: case .none: