1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

All Wiki links now use the consolidated Servarr wiki

This commit is contained in:
bakerboy448
2020-12-13 13:07:12 -06:00
committed by GitHub
parent cc39d4ee23
commit e733529dc3
14 changed files with 20 additions and 22 deletions
+1 -2
View File
@@ -119,8 +119,7 @@ namespace NzbDrone.Api
resource.Fields = SchemaBuilder.ToSchema(definition.Settings);
resource.InfoLink = string.Format("https://github.com/Sonarr/Sonarr/wiki/Supported-{0}#{1}",
typeof(TProviderResource).Name.Replace("Resource", "s"),
resource.InfoLink = string.Format("https://wiki.servarr.com/Sonarr_Supported_{0}",
definition.Implementation.ToLower());
}