Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/a7c71c209385a640ade7ef89941d065e32bce197 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix wiki fragment for PackageGlobalMessageCheck

pull/1109/head
Qstick 4 years ago
parent a6774eed6e
commit a7c71c2093

@ -35,7 +35,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
result = HealthCheckResult.Warning;
}
return new HealthCheck(GetType(), result, message, "#package_maintainer_message");
return new HealthCheck(GetType(), result, message, "#package-maintainer-message");
}
}
}

Loading…
Cancel
Save