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.