docs: fix redirect link (#1146)

This commit is contained in:
Mr.J 2021-12-01 18:33:55 +08:00 committed by GitHub
parent e14cc292ed
commit d2f11850c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ Environment Variable: WATCHTOWER_RUN_ONCE
## HTTP API Mode ## HTTP API Mode
Runs Watchtower in HTTP API mode, only allowing image updates to be triggered by an HTTP request. 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 ```text
Argument: --http-api-update Argument: --http-api-update
@ -268,7 +268,7 @@ Environment Variable: WATCHTOWER_HTTP_API_PERIODIC_POLLS
## Filter by scope ## Filter by scope
Update containers that have a `com.centurylinklabs.watchtower.scope` label set with the same value as the given argument. 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 ```text
Argument: --scope Argument: --scope