From 4548ead3dd47df24c20d1304aeeea6261b4d70ee Mon Sep 17 00:00:00 2001 From: Michael Uray Date: Tue, 9 Dec 2025 23:28:00 +0100 Subject: [PATCH] Update link to site operations documentation Fixed link to 04-operations/01-site-operations.md --- docs/02-setup/03-start-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-setup/03-start-setup.md b/docs/02-setup/03-start-setup.md index 53dba44c..bbcb1258 100644 --- a/docs/02-setup/03-start-setup.md +++ b/docs/02-setup/03-start-setup.md @@ -45,7 +45,7 @@ docker compose -p frappe exec backend bench new-site \ > **Note:** Wait for the `db` service to start and `configurator` to exit before trying to create a new site. Usually this takes up to 10 seconds. -For more site operations, refer to [site operations](../../04-operations/01-site-operations.md). +For more site operations, refer to [site operations](../04-operations/01-site-operations.md). > ## Understanding the MariaDB User Scope >