fix dead links and dead manual topics
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user