From e657d07383612b654b7818179a55b6d8fe54dd91 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 28 Apr 2025 21:18:48 -0700 Subject: [PATCH] Fix privacy policy link. --- Mac/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 2b035300d..79a53d955 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -655,7 +655,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, } @IBAction func showPrivacyPolicy(_ sender: Any?) { - Browser.open("https://netnewswire.com/privacypolicy", inBackground: false) + Browser.open("https://netnewswire.com/privacypolicy.html", inBackground: false) } @IBAction func gotoToday(_ sender: Any?) {