From c062c2764898f7156dbfd50e457b5b411fbb9141 Mon Sep 17 00:00:00 2001 From: comatrix-1 <84917515+comatrix-1@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:12:04 +0800 Subject: [PATCH] Fix link to CONTRIBUTING.md in setup documentation (#4677) --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index c809dc66f..0fb4e2465 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -15,7 +15,7 @@ On first setup, Odysseus creates an admin account (`admin` unless For Docker installs, the same line is in `docker compose logs odysseus`. Use that for the first login, then change it in **Settings**. -Contributing? See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, testing, and +Contributing? See [CONTRIBUTING.md](../CONTRIBUTING.md) for setup, testing, and pull request guidelines. ### Docker (recommended)