Skip to content

Commit

Permalink
WinGui: Set the Help Link to https://docs.handbrake.fr since we are r…
Browse files Browse the repository at this point in the history
…etiring trac.
  • Loading branch information
sr55 committed Aug 3, 2016
1 parent 3488af2 commit 8ec341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ public void LaunchHelp()
{
try
{
Process.Start("https://trac.handbrake.fr/wiki/HandBrakeGuide");
Process.Start("https://docs.handbrake.fr");
}
catch (Exception exc)
{
Expand Down

0 comments on commit 8ec341b

Please sign in to comment.