update usages of nzbdrone.com to sonarr.tv

This commit is contained in:
Keivan Beigi 2014-12-04 17:54:37 -08:00
parent 0d61b5dc97
commit c4e684fbd3
9 changed files with 21 additions and 37 deletions

View file

@ -332,7 +332,7 @@ namespace NzbDrone.Core.Configuration
catch (XmlException ex)
{
throw new InvalidConfigFileException(_configFile + " is invalid, please see the http://wiki.nzbdrone.com for steps to resolve this issue.", ex);
throw new InvalidConfigFileException(_configFile + " is invalid, please see the http://wiki.sonarr.tv for steps to resolve this issue.", ex);
}
}