mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: Provider Wiki Links (supported-X => supported#X)
This commit is contained in:
parent
cf399ffdcc
commit
1945af060d
1 changed files with 1 additions and 1 deletions
|
@ -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(' ', '-'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue