mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
New: Update all wiki links to point to the Servarr Wiki
This commit is contained in:
@@ -38,8 +38,7 @@ namespace Readarr.Api.V1
|
||||
Tags = definition.Tags,
|
||||
Fields = SchemaBuilder.ToSchema(definition.Settings),
|
||||
|
||||
InfoLink = string.Format("https://github.com/Readarr/Readarr/wiki/Supported-{0}#{1}",
|
||||
typeof(TProviderResource).Name.Replace("Resource", "s"),
|
||||
InfoLink = string.Format("https://wiki.servarr.com/Readarr_Supported_{0}",
|
||||
definition.Implementation.ToLower())
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user