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

@@ -530,13 +530,13 @@ option = never
name = dark-theme
file = mpvnet
directory = UI
url = https://github.com/mpvnet-player/mpvnet/blob/master/docs/manual.md#color-theme
url = https://github.com/mpvnet-player/mpv.net/blob/main/docs/manual.md#color-theme
help = Color theme used in dark mode.\nmpv.net must be restarted after a change.\nmpv.net specific option. Default: dark
name = light-theme
file = mpvnet
directory = UI
url = https://github.com/mpvnet-player/mpvnet/blob/master/docs/manual.md#color-theme
url = https://github.com/mpvnet-player/mpv.net/blob/main/docs/manual.md#color-theme
help = Color theme used in light mode.\nmpv.net must be restarted after a change.\nmpv.net specific option. Default: light
name = screenshot-directory

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