mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
New: All Wiki links now use the consolidated Servarr wiki
This commit is contained in:
@@ -119,8 +119,8 @@ namespace NzbDrone.Api
|
||||
|
||||
resource.Fields = SchemaBuilder.ToSchema(definition.Settings);
|
||||
|
||||
resource.InfoLink = string.Format("https://github.com/Radarr/Radarr/wiki/Supported-{0}#{1}",
|
||||
typeof(TProviderResource).Name.Replace("Resource", "s"),
|
||||
//Radarr_Supported_{0} are custom build redirect pages; if passing a new var, create a new redirect
|
||||
resource.InfoLink = string.Format("https://wiki.servarr.com/Radarr_Supported_{0}",
|
||||
definition.Implementation.ToLower());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user