diff --git a/src/Jackett/Indexers/IPTorrents.cs b/src/Jackett/Indexers/IPTorrents.cs index 0601e4623..5ba8007ae 100644 --- a/src/Jackett/Indexers/IPTorrents.cs +++ b/src/Jackett/Indexers/IPTorrents.cs @@ -36,7 +36,7 @@ namespace Jackett.Indexers public IPTorrents(IIndexerManagerService i, IWebClient wc, Logger l, IProtectionService ps) : base(name: "IPTorrents", description: "Always a step ahead.", - link: "https://ipt-update.com/", + link: "https://iptorrents.com/", caps: new TorznabCapabilities(), manager: i, client: wc,