diff --git a/ShareX.HelpersLib/Links.cs b/ShareX.HelpersLib/Links.cs index d572a9066..1271790d7 100644 --- a/ShareX.HelpersLib/Links.cs +++ b/ShareX.HelpersLib/Links.cs @@ -43,7 +43,7 @@ public static class Links public const string Twitter = "https://twitter.com/ShareX"; private const string Docs = Website + "/docs"; public const string DocsCustomUploader = Docs + "/custom-uploader"; - public const string DocsRegionCapture = Docs + "/region-capture"; + public const string DocsKeybinds = Docs + "/keybinds"; public const string DocsOCR = Docs + "/ocr"; } } \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs b/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs index 400fe6059..effb600cc 100644 --- a/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs +++ b/ShareX.ScreenCaptureLib/Shapes/ShapeManagerMenu.cs @@ -1084,7 +1084,7 @@ internal void CreateToolbar() } } - URLHelpers.OpenURL(Links.DocsRegionCapture); + URLHelpers.OpenURL(Links.DocsKeybinds); }; tsddbOptions.DropDownItems.Add(tsmiKeybinds);