Skip to content

docs: fix redirect link #1146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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