From c4a7792cbfee6594b2d0bed515a50fd424dd4d5a Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Fri, 29 May 2026 18:35:17 -0500 Subject: [PATCH] root page: point repo link at zat.dev/zlay The ASCII-art landing page at / still advertised the old zzstoatzz.io/zlay URL after the repo move. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/api/router.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/router.zig b/src/api/router.zig index 217270c..a4f84e4 100644 --- a/src/api/router.zig +++ b/src/api/router.zig @@ -108,7 +108,7 @@ fn handleGet(conn: *websocket.Conn, path: []const u8, query: []const u8, headers \\ |___/ \\ \\This is an atproto [https://atproto.com] relay instance, - \\running the zlay codebase [https://tangled.org/zzstoatzz.io/zlay] + \\running the zlay codebase [https://tangled.org/zat.dev/zlay] \\ \\The firehose WebSocket path is at: /xrpc/com.atproto.sync.subscribeRepos \\ -- 2.51.2