From d865db5a15fa1c15fb5e7ef3a4e4cbccc43215ca Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Wed, 8 Oct 2025 17:54:10 +0300 Subject: [PATCH] Fix automatic updates doc 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..d6f11074 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) contains a service description for watchtower.