Fixed: Updated supported wiki links

pull/4606/head
Mark McDowall 3 years ago
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…
Cancel
Save