From d6baebfb0b5a25e774b7ec3ed8c139cc831773b1 Mon Sep 17 00:00:00 2001 From: muhtasham Date: Mon, 22 Jun 2026 17:34:09 -0700 Subject: [PATCH] Fix stale viewer link --- codeclash/viewer/_STATIC_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeclash/viewer/_STATIC_README.md b/codeclash/viewer/_STATIC_README.md index 50ccbee4..94c8fa13 100644 --- a/codeclash/viewer/_STATIC_README.md +++ b/codeclash/viewer/_STATIC_README.md @@ -4,7 +4,7 @@ How this works: 1. Run `freeze_viewer.py` to generate the static site in the `build` directory. 2. Push to the github repo. Let's not keep any history to keep things small -3. Deployed via Kilian's netlify to https://cheery-melba-4698df.netlify.app/ +3. Deployed to https://viewer.codeclash.ai/ ## Commands