Commit 7b0b65c
Landing page: fix the four broken-link references
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 <link rel="preconnect"> 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) <noreply@anthropic.com>1 parent 9498094 commit 7b0b65c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | | - | |
| 1039 | + | |
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
| |||
1045 | 1045 | | |
1046 | 1046 | | |
1047 | 1047 | | |
1048 | | - | |
| 1048 | + | |
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
| |||
1480 | 1480 | | |
1481 | 1481 | | |
1482 | 1482 | | |
1483 | | - | |
| 1483 | + | |
1484 | 1484 | | |
1485 | 1485 | | |
1486 | 1486 | | |
| |||
1539 | 1539 | | |
1540 | 1540 | | |
1541 | 1541 | | |
1542 | | - | |
| 1542 | + | |
1543 | 1543 | | |
1544 | 1544 | | |
1545 | 1545 | | |
| |||
0 commit comments