Fixed: Provider Wiki Links (supported-X => supported#X)

This commit is contained in:
bakerboy448 2021-07-12 10:21:10 -05:00 committed by ta264
parent af9f8a9a18
commit ae88bc30e1

View file

@ -38,7 +38,8 @@ public virtual TProviderResource ToResource(TProviderDefinition definition)
Tags = definition.Tags,
Fields = SchemaBuilder.ToSchema(definition.Settings),
InfoLink = string.Format("https://wiki.servarr.com/readarr/supported-{0}",
//readarr/supported is an disambagation page. the # should be a header on the page with appropiate details/link
InfoLink = string.Format("https://wiki.servarr.com/readarr/supported#{0}",
definition.Implementation.ToLower())
};
}