From 6f1489405ff43525b3896982f9af1569103319fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Grie=C3=9Fhaber?= Date: Fri, 20 Sep 2024 20:03:16 +0200 Subject: [PATCH] docs: fix link to Blackout Times configuration section --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index bd44e6d..d74ffa8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -20,7 +20,7 @@ Configuration of the service is done via environment variables. | `DOLCE_SUPERVISION_PREFIX` | `string?` | `temp-` | See [Supervision Mode](#supervision-mode) | | `DOLCE_ACTOR_IDENTIFIER` | `name` \| `image` | `name` | See [Container Identifiers](#container-identifiers) | | `DOLCE_EVENTS` | Container Action[] [^3] | All available | See [Event Selection](#event-selection) | -| `DOLCE_BLACKOUT_WINDOWS` | [PlainTime, PlainTime][] [^3] | [] | See [Blackout Times](#event-selection) | +| `DOLCE_BLACKOUT_WINDOWS` | [PlainTime, PlainTime][] [^3] | [] | See [Blackout Times](#blackout-times) | | `DOLCE_MIN_TIMEOUT` | `number` | 10 | See [Notification Backoff](./advanced/notification-backoff.md) | | `DOLCE_MAX_TIMEOUT` | `number` | 60*60*24 | See [Notification Backoff](./advanced/notification-backoff.md) | | `DOLCE_MULTIPLIER` | `number` | 10 | See [Notification Backoff](./advanced/notification-backoff.md) |