diff options
author | sr55 <[email protected]> | 2016-08-26 21:18:20 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-08-26 21:18:27 +0100 |
commit | 1f2530eee13faebbe34f2b051d57c4c708c6cfb7 (patch) | |
tree | 54df53f5638aa66f1fafa88225039caa44df911b /win/CS/HandBrakeWPF/Controls | |
parent | 0b767aa11f07580179a1188d39f0edad7897f279 (diff) |
WinGui: Change help link on toolbar to point to the new docs.
Diffstat (limited to 'win/CS/HandBrakeWPF/Controls')
-rw-r--r-- | win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs index 5eab79b49..a6e07e7d1 100644 --- a/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs +++ b/win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs @@ -69,7 +69,7 @@ namespace HandBrakeWPF.Controls /// </param>
private void Help_OnRequestNavigate(object sender, RequestNavigateEventArgs e)
{
- Process.Start("https://handbrake.fr/community.php");
+ Process.Start("https://handbrake.fr/docs");
}
}
}
|