1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: All Wiki links now use the consolidated Servarr wiki

This commit is contained in:
bakerboy448
2020-11-12 16:54:27 -06:00
committed by Qstick
parent e3ac7d6fc5
commit bb721272ca
32 changed files with 54 additions and 48 deletions
+2 -2
View File
@@ -119,8 +119,8 @@ namespace NzbDrone.Api
resource.Fields = SchemaBuilder.ToSchema(definition.Settings);
resource.InfoLink = string.Format("https://github.com/Radarr/Radarr/wiki/Supported-{0}#{1}",
typeof(TProviderResource).Name.Replace("Resource", "s"),
//Radarr_Supported_{0} are custom build redirect pages; if passing a new var, create a new redirect
resource.InfoLink = string.Format("https://wiki.servarr.com/Radarr_Supported_{0}",
definition.Implementation.ToLower());
}