From 76a318b295e5985d629fbe7e86e1200c22d4bb1f Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 18 Mar 2018 22:45:24 +0300 Subject: [PATCH] Update Discord invite url --- ShareX.HelpersLib/Links.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShareX.HelpersLib/Links.cs b/ShareX.HelpersLib/Links.cs index f63601cc2..fddc90738 100644 --- a/ShareX.HelpersLib/Links.cs +++ b/ShareX.HelpersLib/Links.cs @@ -37,7 +37,7 @@ public static class Links public const string URL_MIKE = "https://github.com/McoreD"; public const string URL_STEAM = "http://store.steampowered.com/app/400040/"; public const string URL_PATREON = "https://www.patreon.com/ShareX"; - public const string URL_DISCORD = "https://discord.gg/E4R3Qa9"; + public const string URL_DISCORD = "https://discord.gg/ShareX"; private const string URL_DOCS = URL_WEBSITE + "/docs"; public const string URL_CUSTOM_UPLOADER = URL_DOCS + "/custom-uploader"; public const string URL_CUSTOM_UPLOADERS = "https://github.com/ShareX/CustomUploaders";