From 7f22a98fe25e7aba6af39e8133d517837a0962b9 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Aug 2026 01:37:59 -0500 Subject: fix stale URIs --- Hutch/Views/More/AboutView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Hutch/Views/More') diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift index 97ba9f6..22e3d0d 100644 --- a/Hutch/Views/More/AboutView.swift +++ b/Hutch/Views/More/AboutView.swift @@ -59,7 +59,7 @@ struct AboutView: View { SwiftUI.Label("SourceHut Manuals", systemImage: "book") } .themedRow() - Link(destination: URL(string: "https://sr.ht/~ccleberg/Hutch")!) { + Link(destination: URL(string: "https://github.com/krazywarez/hutch")!) { SwiftUI.Label("Project Repository", systemImage: "folder") } .themedRow() @@ -78,7 +78,7 @@ struct AboutView: View { .foregroundStyle(.secondary) .themedRow() - Link(destination: URL(string: "https://krz.sh/hutch/privacy-policy/")!) { + Link(destination: URL(string: "https://krz.sh/privacy/hutch")!) { SwiftUI.Label("Privacy Policy", systemImage: "hand.raised") } .themedRow() -- cgit v1.2.3