From 7b0b65cb87debfd2d166b2c093ce4ecef8d97255 Mon Sep 17 00:00:00 2001 From: Pulkit Pareek Date: Thu, 14 May 2026 16:02:07 +0530 Subject: [PATCH] Landing page: fix the four broken-link references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Audit found two unresolved subdomains being linked from public/index.html: - **status.zeroauth.dev** (2 spots) — footer brand-column "All systems operational" pill + the footer social-icons-row Status link. Subdomain DNS doesn't resolve. Repointed both to /api/health which is a real endpoint that returns API + Postgres + Redis + Base Sepolia health as JSON. Kept the "All systems operational" copy because the underlying health check is real; added a title tooltip noting that a dedicated status.zeroauth.dev page is on the roadmap. - **api.zeroauth.dev** (2 spots) — both Quickstart curl examples in the code-tabs section pointed at https://api.zeroauth.dev/v1/... The subdomain doesn't resolve. The canonical API URL is https://zeroauth.dev/v1/... (apex domain, no subdomain). Updated both curl examples accordingly so a developer copy-pasting them gets a 401 (auth required) instead of DNS-refused. Smoke-probed all 18 clickable hrefs after the edits — all return 200 (the two 404s in the smoke output are hints to fonts.googleapis.com / fonts.gstatic.com root URLs; the actual font CSS request /css2?family=Inter... 200s correctly, and those preconnect URLs are correct standard behaviour, not user-facing links). Cross-repo sweep clean: no api.zeroauth.dev or status.zeroauth.dev refs left in docs/, dashboard/, or website/ (Docusaurus source). The governance repo's incident-response.md still mentions status.zeroauth.dev intentionally — flagged there as "planned, not yet wired up" rather than as a live URL. Co-Authored-By: Claude Opus 4.7 (1M context) --- public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index e3077a5..a6320b0 100644 --- a/public/index.html +++ b/public/index.html @@ -1036,7 +1036,7 @@

3. Verify the proof

# 1. Register a user with a commitment
-curl -X POST https://api.zeroauth.dev/v1/users/register \
+curl -X POST https://zeroauth.dev/v1/users/register \
   -H "Authorization: Bearer $ZEROAUTH_API_KEY" \
   -H "Content-Type: application/json" \
   -d '{
@@ -1045,7 +1045,7 @@ 

3. Verify the proof

}'
# 2. Verify a Groth16 proof at login -curl -X POST https://api.zeroauth.dev/v1/verifications \ +curl -X POST https://zeroauth.dev/v1/verifications \ -H "Authorization: Bearer $ZEROAUTH_API_KEY" \ -H "Content-Type: application/json" \ -d '{ @@ -1480,7 +1480,7 @@

Pramaan: Zero-Knowledge Biometric Authentication

ZeroAuth
- + All systems operational @@ -1539,7 +1539,7 @@

Company

- +