From b7afac32486df794884020b3bcdf72cfa2f3001d Mon Sep 17 00:00:00 2001 From: LaserEyess Date: Thu, 12 Aug 2021 19:23:36 -0400 Subject: DOCS: convert mpv.io and github links to https Discovered with: find . -type f \( -name '*.md' -o -name '*.rst' \) -exec grep -n 'http://' {} + All links to mpv.io or github.com/mpv-player that were http were converted to https. --- DOCS/man/libmpv.rst | 6 +++--- DOCS/mplayer-changes.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/libmpv.rst b/DOCS/man/libmpv.rst index 7f5d2f5c39..53f3707206 100644 --- a/DOCS/man/libmpv.rst +++ b/DOCS/man/libmpv.rst @@ -10,9 +10,9 @@ Since libmpv merely allows access to underlying mechanisms that can control mpv, further documentation is spread over a few places: - https://github.com/mpv-player/mpv/blob/master/libmpv/client.h -- http://mpv.io/manual/master/#options -- http://mpv.io/manual/master/#list-of-input-commands -- http://mpv.io/manual/master/#properties +- https://mpv.io/manual/master/#options +- https://mpv.io/manual/master/#list-of-input-commands +- https://mpv.io/manual/master/#properties - https://github.com/mpv-player/mpv-examples/tree/master/libmpv C PLUGINS diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst index d00b520279..ad5211a07f 100644 --- a/DOCS/mplayer-changes.rst +++ b/DOCS/mplayer-changes.rst @@ -52,7 +52,7 @@ Input * Classic LIRC support was removed. Install remotes as input devices instead. This way they will send X11 key events to the mpv window, which can be bound using the normal ``input.conf``. - Also see: http://github.com/mpv-player/mpv/wiki/IR-remotes + Also see: https://github.com/mpv-player/mpv/wiki/IR-remotes * Joystick support was removed. It was considered useless and was the cause of some problems (e.g. a laptop's accelerator being recognized as joystick). * Support for relative seeking by percentage. -- cgit v1.2.3