File tree Expand file tree Collapse file tree
SnapX.Core/Utils/Miscellaneous Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ namespace SnapX.Core.Utils.Miscellaneous;
77public static class Links
88{
99 public const string Website = "https://snapx.brycen.app" ;
10+ public const string ShareXWebsite = "https://getsharex.com" ;
1011 public const string Repo = "SnapXL/SnapX" ;
1112 public const string ApiGitHub = $ "https://api.github.com/repos/{ Repo } ";
1213 public const string GitHub = $ "https://github.com/{ Repo } ";
1314 public const string GitHubIssues = GitHub + "/issues?q=is%3Aissue" ;
14- public const string Callback = Website + "/callback/" ;
15+ public const string Callback = ShareXWebsite + "/callback/" ;
1516 public const string Changelog = GitHub + "/releases/" ;
1617 public const string Donate = "https://ko-fi.com/BrycensRanch" ;
1718 public const string PrivacyPolicy = Website + "/privacy-policy" ;
You can’t perform that action at this time.
0 commit comments