summaryrefslogtreecommitdiff
path: root/Hutch
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch')
-rw-r--r--Hutch/Views/Settings/SettingsView.swift2
1 files changed, 1 insertions, 1 deletions
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")
}
}