Skip to content

Commit 1b836b2

Browse files
authored
Fix: Fixed issue where the privacy policy link was broken (#14584)
1 parent ba448fa commit 1b836b2

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
@@ -210,7 +210,7 @@ public static class GitHub
210210
public const string DocumentationUrl = @"https://files.community/docs";
211211
public const string FeatureRequestUrl = @"https://github.com/files-community/Files/issues/new?labels=feature+request&template=feature_request.yml";
212212
public const string BugReportUrl = @"https://github.com/files-community/Files/issues/new?labels=bug&template=bug_report.yml";
213-
public const string PrivacyPolicyUrl = @"https://github.com/files-community/Files/blob/main/Privacy.md";
213+
public const string PrivacyPolicyUrl = @"https://github.com/files-community/Files/blob/main/.github/PRIVACY.md";
214214
public const string SupportUsUrl = @"https://github.com/sponsors/yaira2";
215215
}
216216

0 commit comments

Comments
 (0)