Fixed AFK Mods and TESAlliance URLs

This commit is contained in:
erri120 2020-01-22 21:00:32 +01:00
parent 99ba9e18e5
commit 089322129b
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ namespace Wabbajack.Lib.Downloaders
{
#region INeedsDownload
public override string SiteName => "AFK Mods";
public override Uri SiteURL => new Uri("https://www.afkmods.com/index.php?/");
public override Uri SiteURL => new Uri("https://www.afkmods.com/index.php?");
public override Uri IconUri => new Uri("https://www.afkmods.com/favicon.ico");
#endregion

View File

@ -6,7 +6,7 @@ namespace Wabbajack.Lib.Downloaders
{
#region INeedsDownload
public override string SiteName => "TESAlliance";
public override Uri SiteURL => new Uri("http://tesalliance.org");
public override Uri SiteURL => new Uri("http://tesalliance.org/forums/index.php?");
public override Uri IconUri => new Uri("http://tesalliance.org/favicon.ico");
#endregion