Fixed: Various Wiki Links

pull/1448/head
bakerboy448 3 years ago committed by Qstick
parent be46d5ae8f
commit 02927dc37d

@ -49,7 +49,7 @@ function NotificationEventItems(props) {
<div>
<FormInputHelpText
text="Select which events should trigger this notification"
link="https://wiki.servarr.com/readarr/settings#Connections"
link="https://wiki.servarr.com/readarr/settings#connections"
/>
<div className={styles.events}>
<div>

@ -40,7 +40,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
return new HealthCheck(GetType(), HealthCheckResult.Error, "All import lists are unavailable due to failures", "#import-lists-are-unavailable-due-to-failures");
}
return new HealthCheck(GetType(), HealthCheckResult.Warning, string.Format("Import lists unavailable due to failures: {0}", string.Join(", ", backOffProviders.Select(v => v.ImportList.Definition.Name))), "#import-lsits-are-unavailable-due-to-failures");
return new HealthCheck(GetType(), HealthCheckResult.Warning, string.Format("Import lists unavailable due to failures: {0}", string.Join(", ", backOffProviders.Select(v => v.ImportList.Definition.Name))), "#import-lists-are-unavailable-due-to-failures");
}
}
}

@ -29,7 +29,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
public override string Name => "Custom Script";
public override string Link => "https://wiki.servarr.com/readarr/settings#Connections";
public override string Link => "https://wiki.servarr.com/readarr/settings#connections";
public override ProviderMessage Message => new ProviderMessage("Testing will execute the script with the EventType set to Test, ensure your script handles this correctly", ProviderMessageType.Warning);

Loading…
Cancel
Save