From 81990c6768d6bfdd5a2d0c596e17087e6c709e84 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Mon, 3 Mar 2025 22:37:22 +0200 Subject: [PATCH] fixed missing README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e20b712..2c3ae20 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ I've seen a few discussions on this type of naming and I've decided that I didn' ## Using cleanuperr's blocklist (works with all supported download clients) 1. Set both `QUEUECLEANER__ENABLED` and `CONTENTBLOCKER__ENABLED` to `true` in your environment variables. -2. Configure and enable either a **blacklist** or a **whitelist** as described in the [Arr variables](#Arr-variables) section. +2. Configure and enable either a **blacklist** or a **whitelist** as described in the [Arr variables](variables.md#Arr-settings) section. 3. Once configured, cleanuperr will perform the following tasks: - Execute the **content blocker** job, as explained in the [How it works](#how-it-works) section. - Execute the **queue cleaner** job, as explained in the [How it works](#how-it-works) section.