mirror of
https://github.com/Radarr/Radarr
synced 2026-01-03 22:25:00 +01:00
Fixed: Provider Wiki Links (supported-X => supported#X)
This commit is contained in:
parent
4698dca813
commit
28e9d112c8
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ public virtual TProviderResource ToResource(TProviderDefinition definition)
|
|||
Tags = definition.Tags,
|
||||
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
||||
|
||||
//Radarr_Supported_{0} are custom build redirect pages; if passing a new var, create a new redirect
|
||||
InfoLink = string.Format("https://wiki.servarr.com/radarr/supported-{0}",
|
||||
//radarr/supported is an disambagation page. the # should be a header on the page with appropiate details/link
|
||||
InfoLink = string.Format("https://wiki.servarr.com/radarr/supported#{0}",
|
||||
definition.Implementation.ToLower())
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue