Skip to content

Commit b503e9e

Browse files
committed
fix(Core): use getsharex.com for API callbacks
1 parent 2a17fee commit b503e9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SnapX.Core/Utils/Miscellaneous/Links.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ namespace SnapX.Core.Utils.Miscellaneous;
77
public 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";

0 commit comments

Comments
 (0)