mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed AFK Mods and TESAlliance URLs
This commit is contained in:
parent
99ba9e18e5
commit
089322129b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user