1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: Updated wiki links

This commit is contained in:
Mark McDowall
2021-08-01 15:34:44 -07:00
parent 57e3bd8b4d
commit 021fd4afa7
29 changed files with 52 additions and 52 deletions
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
public override string Name => "Custom Script";
public override string Link => "https://wiki.servarr.com/Sonarr_Settings#Connections";
public override string Link => "https://wiki.servarr.com/sonarr/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);