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

This commit is contained in:
bakerboy448
2021-07-12 10:21:16 -05:00
committed by Qstick
parent cf399ffdcc
commit 1945af060d

View File

@@ -38,7 +38,7 @@ namespace Prowlarr.Api.V1
Tags = definition.Tags,
Fields = SchemaBuilder.ToSchema(definition.Settings),
//prowlarr/supported#{0} are custom build redirect pages; if passing a new var, create a new redirect
//prowlarr/supported#{0} is an disambagation page. the # should be a header on the page with appropiate details/link
// note: indexers get a different link
InfoLink = string.Format("https://wiki.servarr.com/prowlarr/supported#{0}",
definition.Implementation.ToLower().Replace(' ', '-'))