mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update URLs to use netnewswire.com where appropriate.
This commit is contained in:
committed by
Maurice Parker
parent
828ca7ed2a
commit
b0a1183e11
@@ -30,7 +30,7 @@
|
||||
<true/>
|
||||
</dict>
|
||||
<key>UserAgent</key>
|
||||
<string>NetNewsWire (RSS Reader; https://ranchero.com/netnewswire/)</string>
|
||||
<string>NetNewsWire (RSS Reader; https://netnewswire.com/)</string>
|
||||
<key>OrganizationIdentifier</key>
|
||||
<string>$(ORGANIZATION_IDENTIFIER)</string>
|
||||
<key>DeveloperEntitlements</key>
|
||||
|
||||
@@ -30,7 +30,7 @@ struct AdvancedPreferencesView: View {
|
||||
HStack {
|
||||
Spacer()
|
||||
Button("Privacy Policy", action: {
|
||||
NSWorkspace.shared.open(URL(string: "https://ranchero.com/netnewswire/privacypolicy")!)
|
||||
NSWorkspace.shared.open(URL(string: "https://netnewswire.com/privacypolicy")!)
|
||||
})
|
||||
Spacer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user