From 797eff520075edf54b2b61ebdc655b1d56e8b116 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Thu, 4 May 2017 21:50:23 +0200 Subject: [PATCH] Nebulance: fix URL --- src/Jackett/Indexers/TransmitheNet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett/Indexers/TransmitheNet.cs b/src/Jackett/Indexers/TransmitheNet.cs index fd32bffa1..c127687b5 100644 --- a/src/Jackett/Indexers/TransmitheNet.cs +++ b/src/Jackett/Indexers/TransmitheNet.cs @@ -30,7 +30,7 @@ namespace Jackett.Indexers public TransmitheNet(IIndexerManagerService i, Logger l, IWebClient c, IProtectionService ps) : base(name: "Nebulance", description: " At Nebulance we will change the way you think about TV", - link: "https://nebulance.io/index.php", + link: "https://nebulance.io/", caps: TorznabUtil.CreateDefaultTorznabTVCaps(), manager: i, client: c,