mirror of
https://github.com/Readarr/Readarr
synced 2025-12-15 21:02:40 +01:00
Fixed: Various Wiki Links
This commit is contained in:
parent
be46d5ae8f
commit
02927dc37d
3 changed files with 3 additions and 3 deletions
|
|
@ -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 @@ public override HealthCheck Check()
|
|||
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 @@ public CustomScript(IDiskProvider diskProvider, IProcessProvider processProvider
|
|||
|
||||
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…
Reference in a new issue