mirror of
https://github.com/Readarr/Readarr
synced 2026-01-03 06:06:11 +01:00
Fixed: Provider Wiki Links (supported-X => supported#X)
This commit is contained in:
parent
af9f8a9a18
commit
ae88bc30e1
1 changed files with 2 additions and 1 deletions
|
|
@ -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())
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue