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:
committed by
Leonardo Galli
parent
7c4c6ccd5c
commit
a07ef20410
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user