Update URLs to use netnewswire.com where appropriate.

This commit is contained in:
Brent Simmons
2021-02-21 18:00:40 -08:00
parent b47a1fac61
commit 649e3e86ef
14 changed files with 25 additions and 25 deletions

View File

@@ -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()
}