Skip to content

Commit 0d76242

Browse files
committed
Update Constants.cs
1 parent bf2dc02 commit 0d76242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public static class ExternalUrl
205205
public const string FeatureRequestUrl = @"https://github.com/files-community/Files/issues/new?labels=feature+request&template=feature_request.yml";
206206
public const string BugReportUrl = @"https://github.com/files-community/Files/issues/new?labels=bug&template=bug_report.yml";
207207
public const string PrivacyPolicyUrl = @"https://files.community/privacy";
208-
public const string SupportUsUrl = @"https://github.com/sponsors/yaira2";
208+
public const string SupportUsUrl = @"https://github.com/files-community/Files?sponsor";
209209
public const string CrowdinUrl = @"https://crowdin.com/project/files-app";
210210
public static readonly string ReleaseNotesUrl= $"https://files.community/blog/posts/v{Package.Current.Id.Version.Major}-{Package.Current.Id.Version.Minor}-{Package.Current.Id.Version.Build}?minimal";
211211
}

0 commit comments

Comments
 (0)