Skip to content

Commit

Permalink
Use the fwlink version of the Privacy Policy URL. (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrob authored Aug 21, 2024
1 parent 637b998 commit 18fa52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PerfView/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ private void DoFocusDirectory(object sender, RoutedEventArgs e)
private void DoPrivacyPolicy(object sender, RoutedEventArgs e)
{
StatusBar.Log("Displaying the privacy policy.");
Process.Start("https://privacy.microsoft.com/en-us/privacystatement");
Process.Start("https://go.microsoft.com/fwlink/?LinkId=521839");
}

private void UpdateFileFilter()
Expand Down

0 comments on commit 18fa52b

Please sign in to comment.