New: Update all wiki links to point to the Servarr Wiki

This commit is contained in:
bakerboy448
2020-12-20 16:33:49 -06:00
committed by Qstick
parent 42262877b0
commit fd81ca86db
25 changed files with 72 additions and 73 deletions
+1 -2
View File
@@ -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())
};
}