summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Docs/ACCESSIBILITY.md2
-rw-r--r--DomainDig/AppLinks.swift6
-rw-r--r--DomainDig/DomainDig/DomainDebugLog.swift2
-rw-r--r--README.md12
-rw-r--r--SECURITY.md2
5 files changed, 12 insertions, 12 deletions
diff --git a/Docs/ACCESSIBILITY.md b/Docs/ACCESSIBILITY.md
index 3f8b3ba..6e82055 100644
--- a/Docs/ACCESSIBILITY.md
+++ b/Docs/ACCESSIBILITY.md
@@ -4,7 +4,7 @@
primary screen. The audit checks contrast, hit-region size, clipped text at
large Dynamic Type, element descriptions, trait correctness, and Dynamic Type
support — the same ground the accessibility pass tracked in
-[issue #21](https://github.com/zerolabsco/domain-dig/issues/21) covers.
+[issue #21](https://github.com/krazywarez/domain-dig/issues/21) covers.
## The colour palette
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)") }
diff --git a/DomainDig/DomainDig/DomainDebugLog.swift b/DomainDig/DomainDig/DomainDebugLog.swift
index 0898e4a..56a8177 100644
--- a/DomainDig/DomainDig/DomainDebugLog.swift
+++ b/DomainDig/DomainDig/DomainDebugLog.swift
@@ -7,7 +7,7 @@ enum DomainDebugLog {
#else
static let enabled = false
#endif
- private static let logger = Logger(subsystem: "co.zerolabs.domain-dig", category: "Debug")
+ private static let logger = Logger(subsystem: "co.krz.domain-dig", category: "Debug")
static func debug(_ message: String) {
guard enabled else { return }
diff --git a/README.md b/README.md
index ad521a1..961560c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# DomainDig
-[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_domain-dig&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
-[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_domain-dig&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
-[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_domain-dig&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
-[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_domain-dig&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
+[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=krz_domain-dig&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=krz_domain-dig)
+[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=krz_domain-dig&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=krz_domain-dig)
+[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=krz_domain-dig&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=krz_domain-dig)
+[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=krz_domain-dig&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=krz_domain-dig)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
-[![App Store Badge](https://zerolabs.sh/storebutton.svg)](https://apps.apple.com/us/app/domaindig/id6760368004)
+[![App Store Badge](https://krz.sh/storebutton.svg)](https://apps.apple.com/us/app/domaindig/id6760368004)
DomainDig is a local-first iOS domain inspection toolkit for DNS, web, ownership, monitoring, reporting, and audit workflows. The app gathers a point-in-time domain snapshot, normalizes it into a canonical `DomainReport`, and keeps user data on device unless the user exports, shares, or syncs it.
@@ -39,7 +39,7 @@ Network inspection requests are made only to perform the requested domain checks
1. Clone the repository.
```sh
- git clone https://github.com/zerolabsco/domain-dig.git
+ git clone https://github.com/krazywarez/domain-dig.git
```
2. Open `DomainDig.xcodeproj` in Xcode.
3. Select the `DomainDig` scheme.
diff --git a/SECURITY.md b/SECURITY.md
index 8908cc2..a51c570 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -14,7 +14,7 @@
If you discover a security vulnerability, **do not open a public issue**.
Instead:
-1. **Email** your report to [[email protected]](mailto:[email protected]).
+1. **Email** your report to [[email protected]](mailto:[email protected]).
Include:
- A detailed description of the vulnerability
- Steps to reproduce