From 4a0e32d0b84b32aecf7a0ac29a3cb23c5c3e92f0 Mon Sep 17 00:00:00 2001 From: Nick Fedor <71477161+nicholas-fedor@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:12:29 -0700 Subject: [PATCH] Update referenced links --- docs/arguments.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/arguments.md b/docs/arguments.md index d830185..82cb437 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -264,7 +264,7 @@ Environment Variable: WATCHTOWER_DISABLE_CONTAINERS ## Without updating containers Will only monitor for new images, send notifications and invoke -the [pre-check/post-check hooks](https://containrrr.dev/watchtower/lifecycle-hooks/), but will **not** update the +the [pre-check/post-check hooks](https://nicholas-fedor.github.io/watchtower/lifecycle-hooks/), but will **not** update the containers. !!! note @@ -350,7 +350,7 @@ Environment Variable: WATCHTOWER_RUN_ONCE ## HTTP API Mode Runs Watchtower in HTTP API mode, only allowing image updates to be triggered by an HTTP request. -For details see [HTTP API](https://containrrr.dev/watchtower/http-api-mode). +For details see [HTTP API](https://nicholas-fedor.github.io/watchtower/http-api-mode). ```text Argument: --http-api-update @@ -385,7 +385,7 @@ Environment Variable: WATCHTOWER_HTTP_API_PERIODIC_POLLS ## Filter by scope Update containers that have a `com.centurylinklabs.watchtower.scope` label set with the same value as the given argument. -This enables [running multiple instances](https://containrrr.dev/watchtower/running-multiple-instances). +This enables [running multiple instances](https://nicholas-fedor.github.io/watchtower/running-multiple-instances). !!! note "Filter by lack of scope" If you want other instances of watchtower to ignore the scoped containers, set this argument to `none`.