Fixed: Updated wiki links for WikiJS

This commit is contained in:
bakerboy448 2021-08-04 17:47:40 -05:00 committed by Qstick
parent 07aad3250a
commit 3d1437bf18
26 changed files with 65 additions and 64 deletions

View file

@ -28,7 +28,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
public override string Name => "Custom Script";
public override string Link => "https://wiki.servarr.com/Lidarr_Settings#Connections";
public override string Link => "https://wiki.servarr.com/lidarr/custom-scripts";
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);