From 370280b4bf57ab9e9446f5008a032e8972550331 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 26 Mar 2021 19:08:04 -0700 Subject: [PATCH] Another wiki URL update Close #4411 --- src/NzbDrone.Core/HealthCheck/Checks/ImportMechanismCheck.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/HealthCheck/Checks/ImportMechanismCheck.cs b/src/NzbDrone.Core/HealthCheck/Checks/ImportMechanismCheck.cs index 7a87a26c4..083811915 100644 --- a/src/NzbDrone.Core/HealthCheck/Checks/ImportMechanismCheck.cs +++ b/src/NzbDrone.Core/HealthCheck/Checks/ImportMechanismCheck.cs @@ -50,7 +50,7 @@ namespace NzbDrone.Core.HealthCheck.Checks // Migration helper logic if (!downloadClientIsLocalHost) { - return new HealthCheck(GetType(), HealthCheckResult.Warning, "Enable Completed Download Handling if possible (Multi-Computer unsupported)", "#completed/failed_download_handling"); + return new HealthCheck(GetType(), HealthCheckResult.Warning, "Enable Completed Download Handling if possible (Multi-Computer unsupported)", "#completed_failed_download_handling"); } if (downloadClients.All(v => v.DownloadClient is Sabnzbd))