From ca873e4d17f295991265e2cee6c9e2f6c050f9ea Mon Sep 17 00:00:00 2001 From: Ho1yShif Date: Tue, 14 Jul 2026 11:25:17 -0700 Subject: [PATCH] fix(README): update Deploy to Render link to point to the correct GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bc9ba4..0c2b94db 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Deploy nanobot's gateway and bundled WebUI as a single web service with persistent memory. Render reads [`render.yaml`](./render.yaml) and prompts for two secrets on deploy: `ANTHROPIC_API_KEY` and `NANOBOT_WEB_TOKEN` (the password that gates the public WebUI — generate a strong random value, e.g. `openssl rand -hex 32`). -[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Ho1yShif/nanobot) +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/HKUDS/nanobot) ## What can nanobot do?