Skip to content

Commit

Permalink
docs: fix redirect link (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtj authored Dec 1, 2021
1 parent e14cc29 commit d2f1185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,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.github.io/watchtower/http-api-mode).
For details see [HTTP API](https://containrrr.dev/watchtower/http-api-mode).

```text
Argument: --http-api-update
Expand Down Expand Up @@ -268,7 +268,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.github.io/watchtower/running-multiple-instances).
This enables [running multiple instances](https://containrrr.dev/watchtower/running-multiple-instances).

```text
Argument: --scope
Expand Down

0 comments on commit d2f1185

Please sign in to comment.