diff --git a/src/Jackett/Indexers/HouseOfTorrents.cs b/src/Jackett/Indexers/HouseOfTorrents.cs index 0d516a5b2..8744163fa 100644 --- a/src/Jackett/Indexers/HouseOfTorrents.cs +++ b/src/Jackett/Indexers/HouseOfTorrents.cs @@ -32,7 +32,7 @@ namespace Jackett.Indexers public HouseOfTorrents(IIndexerManagerService i, Logger l, IWebClient w, IProtectionService ps) : base(name: "House-of-Torrents", description: "A general tracker", - link: "https://houseoftorrents.me/", + link: "https://houseoftorrents.club/", caps: new TorznabCapabilities(), manager: i, client: w,