From f61300b869674fddbbf819217212e6b8d3e998fe Mon Sep 17 00:00:00 2001 From: Flaminel Date: Tue, 16 Jun 2026 23:50:11 +0300 Subject: [PATCH] fixed docs link --- .../Webhooks/Controllers/MalwareBlockerWebhookController.cs | 1 - docs/docs/configuration/malware-blocker/index.mdx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs b/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs index 599f7f9d..f886b0b2 100644 --- a/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs +++ b/code/backend/Cleanuparr.Api/Features/Webhooks/Controllers/MalwareBlockerWebhookController.cs @@ -7,7 +7,6 @@ using Cleanuparr.Persistence.Models.Configuration.MalwareBlocker; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; -using Microsoft.Extensions.Logging; namespace Cleanuparr.Api.Features.Webhooks.Controllers; diff --git a/docs/docs/configuration/malware-blocker/index.mdx b/docs/docs/configuration/malware-blocker/index.mdx index 59a296ad..0ad3987f 100644 --- a/docs/docs/configuration/malware-blocker/index.mdx +++ b/docs/docs/configuration/malware-blocker/index.mdx @@ -44,7 +44,7 @@ Controls how the Malware Blocker is started: - **Schedule + Webhook**: Both — webhooks scan new grabs immediately, while the schedule remains a safety net. -Webhook triggering is only supported for **Sonarr** and **Radarr**. See [Webhook triggering](./webhook-triggers) for setup. +Webhook triggering is only supported for **Sonarr** and **Radarr**. See [Webhook triggering](./malware-blocker/webhook-triggers) for setup.