From 88255fe0e72a7d05bb316ad47ecf31bd9c49894f Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Wed, 29 Oct 2025 18:30:57 +0200 Subject: [PATCH] Fix automatic updates guide installation link --- src/content/docs/web-application/how-to/automatic-updates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/web-application/how-to/automatic-updates.mdx b/src/content/docs/web-application/how-to/automatic-updates.mdx index 913d9e44..de414469 100644 --- a/src/content/docs/web-application/how-to/automatic-updates.mdx +++ b/src/content/docs/web-application/how-to/automatic-updates.mdx @@ -7,4 +7,4 @@ sidebar: The [watchtower](https://containrrr.dev/watchtower/) service automatically pulls running Docker images and checks for updates. If an update is available, it will automatically start the updated image with the same configuration as the running one. Please read its manual. -The `docker-compose.yml` in the [Installation Guide](/web-application/installation) contains a service description for watchtower. +The `docker-compose.yml` in the [Installation Guide](/web-application/getting-started#installation-guide) contains a service description for watchtower.