From 24c8bc6b44011bae35518d8a99f8ba4437cf5bd5 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 10 Apr 2026 11:39:57 -0500 Subject: bump version and update new privacy policy location --- Hutch/Views/Settings/SettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hutch') diff --git a/Hutch/Views/Settings/SettingsView.swift b/Hutch/Views/Settings/SettingsView.swift index 7f4aa07..2c9e528 100644 --- a/Hutch/Views/Settings/SettingsView.swift +++ b/Hutch/Views/Settings/SettingsView.swift @@ -746,7 +746,7 @@ private struct AboutView: View { .font(.subheadline) .foregroundStyle(.secondary) - Link(destination: URL(string: "https://hutch.cleberg.net/privacy.html")!) { + Link(destination: URL(string: "https://zerolabs.sh/hutch/privacy-policy/")!) { SwiftUI.Label("Privacy Policy", systemImage: "hand.raised") } } -- cgit v1.2.3