From: sr55 <sr55.hb@outlook.com>
Date: Fri, 26 Aug 2016 20:18:20 +0000 (+0100)
Subject: WinGui: Change help link on toolbar to point to the new docs.
X-Git-Tag: 1.0.0~262
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f2530eee13faebbe34f2b051d57c4c708c6cfb7;p=handbrake

WinGui: Change help link on toolbar to point to the new docs.
---

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");
         }
     }
 }