From ba1e39205a969c555d1007cbb33fb69dae3ceec4 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 13 Sep 2024 09:33:43 +1000 Subject: [PATCH] docs: fix link --- docs/concepts-advanced/service-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts-advanced/service-types.md b/docs/concepts-advanced/service-types.md index 600eaf44dd..37840c6c22 100644 --- a/docs/concepts-advanced/service-types.md +++ b/docs/concepts-advanced/service-types.md @@ -2,7 +2,7 @@ The below lists all service types that can be defined via `lagoon.type` within a [`docker-compose.yml` file](../concepts-basics/docker-compose-yml.md). -For more information on the `lagoon.volumes.X.path` label, please see [Additional Volumes](../../concepts-basics/docker-compose-yml/#additional-volumes) +For more information on the `lagoon.volumes.X.path` label, please see [Additional Volumes](../concepts-basics/docker-compose-yml.md/#additional-volumes) !!! Warning Once a `lagoon.type` is defined and the environment is deployed, changing it to a different type is not supported and could result in a broken environment.