From a84191f0a568ea4ecada2f8f205ccf018b1e9abd Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Wed, 28 May 2025 09:10:38 +0530 Subject: [PATCH] fix: correct broken documentation links in README - Fix Quick Start Guide link to point to src/content/docs/quickstart.md - Fix Configuration Guide link to point to src/content/docs/configuration.md - Links were previously pointing to non-existent docs/ directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd7ad46..6f3bca5 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Easily configure your GitHub and Gitea connections, set up automatic mirroring s ## Getting Started -See the [Quick Start Guide](docs/quickstart.md) for detailed instructions on getting up and running quickly. +See the [Quick Start Guide](src/content/docs/quickstart.md) for detailed instructions on getting up and running quickly. ### Prerequisites @@ -284,7 +284,7 @@ bun run check-db ### Configuration -Gitea Mirror can be configured through environment variables or through the web UI. See the [Configuration Guide](docs/configuration.md) for more details. +Gitea Mirror can be configured through environment variables or through the web UI. See the [Configuration Guide](src/content/docs/configuration.md) for more details. Key configuration options include: