From c3dc315576e42873a6eb9555bf3b3ef781092f1f Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 21 Feb 2024 10:12:41 +0100 Subject: [PATCH] README: fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63c3f01d..9c4e990e 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ Welcome to the cLAN Core Repository, the heart of the [clan.lol](https://clan.lo If you're new to cLAN and eager to dive in, start with our quickstart guide: -- **Quickstart Guide**: Check out [quickstart.md](docs/quickstart.md) to get up and running with cLAN in no time. +- **Quickstart Guide**: Check out [quickstart.md](docs/admin/quickstart.md) to get up and running with cLAN in no time. ## Managing Secrets Security is paramount, and cLAN provides guidelines for handling secrets effectively: -- **Secrets Management**: Learn how to manage secrets securely by reading [secrets-management.md](docs/secrets-management.md). +- **Secrets Management**: Learn how to manage secrets securely by reading [secrets-management.md](docs/admin/secrets-management.md). ## Contributing to cLAN We welcome contributions from the community, and we've prepared a comprehensive guide to help you get started: -- **Contribution Guidelines**: Find out how to contribute and make a meaningful impact on the cLAN project by reading [contributing.md](docs/contributing.md). +- **Contribution Guidelines**: Find out how to contribute and make a meaningful impact on the cLAN project by reading [contributing.md](docs/contributing/contributing.md). Whether you're a newcomer or a seasoned developer, we look forward to your contributions and collaboration on the cLAN project. Let's build amazing things together!