summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorLaserEyess <lasereyess@users.noreply.github.com>2021-08-12 19:35:58 -0400
committerDudemanguy <random342@airmail.cc>2021-08-17 13:42:21 +0000
commit9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d (patch)
tree104e0793b1d6d1f9378c8f8def4f0a799b8ec31c /DOCS/man/lua.rst
parentb7afac32486df794884020b3bcdf72cfa2f3001d (diff)
downloadmpv-9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d.tar.bz2
mpv-9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d.tar.xz
DOCS: convert 3rd party http links to https
Discovered with: find . -type f \( -name '*.md' -o -name '*.rst' \) -exec grep -n 'http://' {} + All real, i.e. non-example, links found were moved to https. There are some dead links and websites with no https available which were not converted.
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 43954044d1..3d8b2e2b7b 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -480,7 +480,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
the timer callback function fn is run).
Note that these are methods, and you have to call them using ``:`` instead
- of ``.`` (Refer to http://www.lua.org/manual/5.2/manual.html#3.4.9 .)
+ of ``.`` (Refer to https://www.lua.org/manual/5.2/manual.html#3.4.9 .)
Example: