From 7411279e4828afcdcd4725b2b642ba253e3ac9c1 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 25 Sep 2017 14:22:19 +0200 Subject: [PATCH] Update guide URL --- Core/Other/FormGuide.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Other/FormGuide.cs b/Core/Other/FormGuide.cs index 38d17d16..bc135d04 100644 --- a/Core/Other/FormGuide.cs +++ b/Core/Other/FormGuide.cs @@ -10,7 +10,7 @@ namespace TweetDuck.Core.Other{ sealed partial class FormGuide : Form{ - private const string GuideUrl = "https://tweetduck.chylex.com/guide/v1/index.html"; + private const string GuideUrl = "https://tweetduck.chylex.com/guide/v1/"; private readonly ChromiumWebBrowser browser;