fixed docs link

This commit is contained in:
Flaminel
2026-06-16 23:50:11 +03:00
parent 561c05778c
commit f61300b869
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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.
<Note>
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.
</Note>
</ConfigSection>