summaryrefslogtreecommitdiffstats
path: root/DOCS/man/javascript.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/javascript.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/javascript.rst')
-rw-r--r--DOCS/man/javascript.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/javascript.rst b/DOCS/man/javascript.rst
index 0cd4fb806e..56b6ce9d9b 100644
--- a/DOCS/man/javascript.rst
+++ b/DOCS/man/javascript.rst
@@ -58,7 +58,7 @@ Language features - ECMAScript 5
The scripting backend which mpv currently uses is MuJS - a compatible minimal
ES5 interpreter. As such, ``String.substring`` is implemented for instance,
while the common but non-standard ``String.substr`` is not. Please consult the
-MuJS pages on language features and platform support - http://mujs.com .
+MuJS pages on language features and platform support - https://mujs.com .
Unsupported Lua APIs and their JS alternatives
----------------------------------------------