mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Provider Wiki Links (supported-X => supported#X)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Prowlarr.Api.V1
|
|||||||
Tags = definition.Tags,
|
Tags = definition.Tags,
|
||||||
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
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
|
// note: indexers get a different link
|
||||||
InfoLink = string.Format("https://wiki.servarr.com/prowlarr/supported#{0}",
|
InfoLink = string.Format("https://wiki.servarr.com/prowlarr/supported#{0}",
|
||||||
definition.Implementation.ToLower().Replace(' ', '-'))
|
definition.Implementation.ToLower().Replace(' ', '-'))
|
||||||
|
Reference in New Issue
Block a user