summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--DOCS/man/libmpv.rst6
-rw-r--r--DOCS/mplayer-changes.rst2
-rw-r--r--README.md4
3 files changed, 6 insertions, 6 deletions
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.
diff --git a/README.md b/README.md
index 6625c3370d..83ec06ede3 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
* [Wiki](https://github.com/mpv-player/mpv/wiki)
* [FAQ][FAQ]
-* [Manual](http://mpv.io/manual/master/)
+* [Manual](https://mpv.io/manual/master/)
## Overview
@@ -53,7 +53,7 @@ Releases can be found on the [release list][releases].
For semi-official builds and third-party packages please see
-[mpv.io/installation](http://mpv.io/installation/).
+[mpv.io/installation](https://mpv.io/installation/).
## Changelog