From 1f2530eee13faebbe34f2b051d57c4c708c6cfb7 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 26 Aug 2016 21:18:20 +0100 Subject: WinGui: Change help link on toolbar to point to the new docs. --- win/CS/HandBrakeWPF/Controls/SourceSelection.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF/Controls') 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 /// private void Help_OnRequestNavigate(object sender, RequestNavigateEventArgs e) { - Process.Start("https://handbrake.fr/community.php"); + Process.Start("https://handbrake.fr/docs"); } } } -- cgit v1.2.3