summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer-changes.rst
diff options
context:
space:
mode:
authorLaserEyess <lasereyess@users.noreply.github.com>2021-08-12 19:23:36 -0400
committerDudemanguy <random342@airmail.cc>2021-08-17 13:42:21 +0000
commitb7afac32486df794884020b3bcdf72cfa2f3001d (patch)
treea3e42911c01ca377f27ac1fa68db09a5221770ad /DOCS/mplayer-changes.rst
parent36de2efebd40e22bf506e2ec338191d9c34a7975 (diff)
downloadmpv-b7afac32486df794884020b3bcdf72cfa2f3001d.tar.bz2
mpv-b7afac32486df794884020b3bcdf72cfa2f3001d.tar.xz
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.
Diffstat (limited to 'DOCS/mplayer-changes.rst')
-rw-r--r--DOCS/mplayer-changes.rst2
1 files changed, 1 insertions, 1 deletions
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.