Fixed: Various Wiki Links

This commit is contained in:
bakerboy448
2021-12-07 16:32:54 -06:00
committed by Qstick
parent be46d5ae8f
commit 02927dc37d
3 changed files with 3 additions and 3 deletions

View File

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