From 18b07941253caa1a14bde0efb0a40bbbec322e3a Mon Sep 17 00:00:00 2001 From: Zeng Qingwen <143274079+fishwww-ww@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:44:01 +0800 Subject: [PATCH] docs(SETUP): correct setup documentation links (#1478) --- backend/docs/SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/docs/SETUP.md b/backend/docs/SETUP.md index 26f2f65..50885eb 100644 --- a/backend/docs/SETUP.md +++ b/backend/docs/SETUP.md @@ -88,5 +88,5 @@ chmod 600 ../config.yaml # Protect sensitive configuration ## See Also -- [Configuration Guide](docs/CONFIGURATION.md) - Detailed configuration options -- [Architecture Overview](CLAUDE.md) - System architecture +- [Configuration Guide](CONFIGURATION.md) - Detailed configuration options +- [Architecture Overview](../CLAUDE.md) - System architecture \ No newline at end of file