Fixed: Updated supported wiki links
This commit is contained in:
parent
021fd4afa7
commit
0a30735f34
|
@ -119,7 +119,7 @@ namespace NzbDrone.Api
|
|||
|
||||
resource.Fields = SchemaBuilder.ToSchema(definition.Settings);
|
||||
|
||||
resource.InfoLink = string.Format("https://wiki.servarr.com/sonarr/supported-{0}",
|
||||
resource.InfoLink = string.Format("https://wiki.servarr.com/sonarr/supported#{0}",
|
||||
definition.Implementation.ToLower());
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace Sonarr.Api.V3
|
|||
Tags = definition.Tags,
|
||||
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
||||
|
||||
InfoLink = string.Format("https://wiki.servarr.com/sonarr/supported-{0}",
|
||||
InfoLink = string.Format("https://wiki.servarr.com/sonarr/supported#{0}",
|
||||
typeof(TProviderResource).Name.Replace("Resource", "s"),
|
||||
definition.Implementation.ToLower())
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue