From 19aa3ea9ae9c224624dc0d2e660c35506ec52556 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 22 Jan 2022 08:18:52 +0300 Subject: [PATCH] Update Twitter username --- README.md | 4 ++-- ShareX.HelpersLib/Links.cs | 3 ++- ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6f93b79d..5566a7a03 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![Release](https://img.shields.io/github/v/release/ShareX/ShareX?label=Release&color=brightgreen&cacheSeconds=3600)](https://github.com/ShareX/ShareX/releases/latest) [![Downloads](https://img.shields.io/github/downloads/ShareX/ShareX/total?label=Downloads&cacheSeconds=3600)](https://getsharex.com/downloads/) [![Discord](https://img.shields.io/discord/194170124859736065?label=Discord&cacheSeconds=3600)](https://discord.gg/ShareX) -[![Twitter](https://img.shields.io/twitter/follow/GetShareX?cacheSeconds=3600)](https://twitter.com/GetShareX) +[![Twitter](https://img.shields.io/twitter/follow/ShareX?cacheSeconds=3600)](https://twitter.com/ShareX) [![Screenshot](https://getsharex.com/img/ShareX_Screenshot.png)](https://getsharex.com) -### For further information check [getsharex.com](https://getsharex.com) +### For further information check [getsharex.com](https://getsharex.com) \ No newline at end of file diff --git a/ShareX.HelpersLib/Links.cs b/ShareX.HelpersLib/Links.cs index 0afbbc87e..817b33789 100644 --- a/ShareX.HelpersLib/Links.cs +++ b/ShareX.HelpersLib/Links.cs @@ -40,9 +40,10 @@ public static class Links public const string URL_MCORED = "https://github.com/McoreD"; public const string URL_STEAM = "http://store.steampowered.com/app/400040/"; public const string URL_DISCORD = "https://discord.gg/ShareX"; - public const string URL_TWITTER = "https://twitter.com/GetShareX"; + public const string URL_TWITTER = "https://twitter.com/ShareX"; private const string URL_DOCS = URL_WEBSITE + "/docs"; public const string URL_CUSTOM_UPLOADER = URL_DOCS + "/custom-uploader"; + public const string URL_REGION_CAPTURE = URL_DOCS + "/region-capture"; public const string URL_CUSTOM_UPLOADERS = "https://github.com/ShareX/CustomUploaders"; } } \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs b/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs index 5c5ca2ed7..41aa84802 100644 --- a/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs +++ b/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs @@ -1079,7 +1079,7 @@ internal void CreateToolbar() } } - URLHelpers.OpenURL("https://getsharex.com/docs/region-capture"); + URLHelpers.OpenURL(Links.URL_REGION_CAPTURE); }; tsddbOptions.DropDownItems.Add(tsmiKeybinds);