1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 12:15:48 +02:00

Update guide URL

This commit is contained in:
chylex 2017-09-25 14:22:19 +02:00
parent 16acfa85b5
commit 7411279e48

View File

@ -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;