summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hutch/Views/More/AboutView.swift2
-rw-r--r--README.md8
-rw-r--r--ROADMAP.md2
-rw-r--r--Shared/HutchDeepLinkURLs.swift2
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()
diff --git a/README.md b/README.md
index 9459d92..1250121 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
iOS client for SourceHut.
[![builds.sr.ht status](https://builds.sr.ht/~ccleberg/Hutch.svg)](https://builds.sr.ht/~ccleberg/Hutch?)
-[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_hutch&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_hutch)
-[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_hutch&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_hutch)
+[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=krz_hutch&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=krz_hutch)
+[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=krz_hutch&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=krz_hutch)
-[![App Store Badge](https://zerolabs.sh/storebutton.svg)](https://apps.apple.com/us/app/hutch-for-sourcehut/id6760742299)
+[![App Store Badge](https://krz.sh/storebutton.svg)](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
diff --git a/ROADMAP.md b/ROADMAP.md
index 53e8f6c..f52ff8a 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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")!
}