fix dead links and dead manual topics

This commit is contained in:
stax76
2023-10-24 11:50:09 +02:00
parent 9f4baa9d99
commit 0148a71281
5 changed files with 31 additions and 61 deletions

View File

@@ -478,5 +478,5 @@ public partial class ConfWindow : Window, INotifyPropertyChanged
[RelayCommand] void ShowMpvManual() => ProcessHelp.ShellExecute("https://mpv.io/manual/master/");
[RelayCommand] void ShowMpvNetManual() => ProcessHelp.ShellExecute("https://github.com/mpvnet-player/mpv.net/blob/master/docs/manual.md");
[RelayCommand] void ShowMpvNetManual() => ProcessHelp.ShellExecute("https://github.com/mpvnet-player/mpv.net/blob/main/docs/manual.md");
}