diff options
Diffstat (limited to 'Hutch/Views/More/AboutView.swift')
| -rw-r--r-- | Hutch/Views/More/AboutView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
