diff options
| -rw-r--r-- | Hutch/Views/More/AboutView.swift | 2 | ||||
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | ROADMAP.md | 2 | ||||
| -rw-r--r-- | Shared/HutchDeepLinkURLs.swift | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift index 106c8d2..cc820f0 100644 --- a/Hutch/Views/More/AboutView.swift +++ b/Hutch/Views/More/AboutView.swift @@ -78,7 +78,7 @@ struct AboutView: View { .foregroundStyle(.secondary) .themedRow() - Link(destination: URL(string: "https://zerolabs.sh/hutch/privacy-policy/")!) { + Link(destination: URL(string: "https://krz.sh/hutch/privacy-policy/")!) { SwiftUI.Label("Privacy Policy", systemImage: "hand.raised") } .themedRow() @@ -2,10 +2,10 @@ iOS client for SourceHut. [](https://builds.sr.ht/~ccleberg/Hutch?) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_hutch) -[](https://sonarcloud.io/summary/new_code?id=zerolabsco_hutch) +[](https://sonarcloud.io/summary/new_code?id=krz_hutch) +[](https://sonarcloud.io/summary/new_code?id=krz_hutch) -[](https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299) +[](https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299) ## Overview @@ -84,7 +84,7 @@ Typical workflow: Contributions are welcome. Keep changes scoped, include tests when behavior changes, and open a pull request with a clear summary of the user-facing impact. -Hutch is hosted on both [GitHub](https://github.com/zerolabsco/hutch) and [sourcehut](https://sr.ht/~ccleberg/Hutch), which are kept in sync. Report issues or send patches on whichever you prefer — GitHub issues and pull requests, or the [todo.sr.ht tracker](https://todo.sr.ht/~ccleberg/hutch) and [`git send-email`](https://git-send-email.io/). +Hutch is hosted on both [GitHub](https://github.com/krazywarez/hutch) and [sourcehut](https://sr.ht/~ccleberg/Hutch), which are kept in sync. Report issues or send patches on whichever you prefer — GitHub issues and pull requests, or the [todo.sr.ht tracker](https://todo.sr.ht/~ccleberg/hutch) and [`git send-email`](https://git-send-email.io/). ## Security @@ -266,7 +266,7 @@ The 3 hotspots are the part actually worth thought: then annotate. Query it with: -`https://sonarcloud.io/api/issues/search?componentKeys=zerolabsco_hutch&resolved=false` +`https://sonarcloud.io/api/issues/search?componentKeys=krz_hutch&resolved=false` This was scoped as a patch on the assumption nothing executes differently — and that mostly held: the cosmetic fixes are comments, a merge, and a rename. The one diff --git a/Shared/HutchDeepLinkURLs.swift b/Shared/HutchDeepLinkURLs.swift index eed678c..5852c8f 100644 --- a/Shared/HutchDeepLinkURLs.swift +++ b/Shared/HutchDeepLinkURLs.swift @@ -24,5 +24,5 @@ enum HutchDeepLinkURL { /// Default Hutch Stats API base URL (mirrors `AppConfiguration` fallback). enum HutchStatsAPI { - static let defaultBaseURL = URL(string: "https://hutch-stats.zerolabs.sh")! + static let defaultBaseURL = URL(string: "https://hutch-stats.krz.sh")! } |
