summaryrefslogtreecommitdiff
path: root/Hutch
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-11 01:37:59 -0500
committerChristian Cleberg <[email protected]>2026-08-11 01:37:59 -0500
commit7f22a98fe25e7aba6af39e8133d517837a0962b9 (patch)
treee2388e2cf8107cff9bcfe1e7195f137730c7e8d9 /Hutch
parentff200d21e93d6683f779fe1f3280ac8d8561d393 (diff)
downloadhutch-7f22a98fe25e7aba6af39e8133d517837a0962b9.tar.gz
hutch-7f22a98fe25e7aba6af39e8133d517837a0962b9.tar.bz2
hutch-7f22a98fe25e7aba6af39e8133d517837a0962b9.zip
fix stale URIs
Diffstat (limited to 'Hutch')
-rw-r--r--Hutch/Views/More/AboutView.swift4
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()