Another wiki URL update

Close #4411
pull/4418/head
Mark McDowall 3 years ago committed by GitHub
parent 6c505937da
commit 370280b4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save