change wiki links from wikjs to wiki endpoint

This commit is contained in:
Qstick
2021-06-21 21:13:08 -04:00
parent 88e677d973
commit 80ec66514e
16 changed files with 22 additions and 22 deletions
@@ -27,7 +27,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
public override string Name => "Custom Script";
public override string Link => "https://wikijs.servarr.com/prowlarr/settings#connections";
public override string Link => "https://wiki.servarr.com/prowlarr/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);