diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 01:51:21 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:36:32 -0500 |
| commit | fa75b888d30e281230e98d58b30d611309431c1d (patch) | |
| tree | 2b9248b4a87abe56aff4beff72b71ecf39451675 /DomainDig/AppLinks.swift | |
| parent | 4496e44c1548b21cbcc23797c571169e43a71f6f (diff) | |
| download | domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.tar.gz domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.tar.bz2 domain-dig-fa75b888d30e281230e98d58b30d611309431c1d.zip | |
update org name
Diffstat (limited to 'DomainDig/AppLinks.swift')
| -rw-r--r-- | DomainDig/AppLinks.swift | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DomainDig/AppLinks.swift b/DomainDig/AppLinks.swift index 55310fc..077a9d6 100644 --- a/DomainDig/AppLinks.swift +++ b/DomainDig/AppLinks.swift @@ -9,9 +9,9 @@ enum AppLinks { /// App Store numeric identifier; the listing/review/share URLs derive from it. static let appStoreID = "6760368004" - static let sourceCode = url("https://github.com/zerolabsco/domain-dig") - static let documentation = url("https://github.com/zerolabsco/domain-dig#readme") - static let privacyPolicy = url("https://zerolabs.sh/domaindig/privacy-policy/") + static let sourceCode = url("https://github.com/krazywarez/domain-dig") + static let documentation = url("https://github.com/krazywarez/domain-dig#readme") + static let privacyPolicy = url("https://krz.sh/domaindig/privacy-policy/") static let supportEmail = "[email protected]" static var appStoreListing: URL { url("https://apps.apple.com/app/id\(appStoreID)") } |
