1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Replace GitHub wiki references to Radarr's wiki URL (#1914)

This commit is contained in:
James White
2017-08-12 14:15:23 +01:00
committed by Leonardo Galli
parent 7c4c6ccd5c
commit a07ef20410
5 changed files with 7 additions and 7 deletions
@@ -15,7 +15,7 @@ namespace NzbDrone.Core.Notifications.Webhook
_service = service;
}
public override string Link => "https://github.com/Sonarr/Sonarr/wiki/Webhook";
public override string Link => "https://github.com/Radarr/Radarr/wiki/Webhook";
public override void OnGrab(GrabMessage message)
{