Updated AFK Mods URL

This commit is contained in:
erri120 2020-01-22 20:58:05 +01:00
parent 06b2bfaac4
commit 99ba9e18e5
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

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");
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