summaryrefslogtreecommitdiffstats
path: root/DOCS/waf-buildsystem.rst
diff options
context:
space:
mode:
authorLaserEyess <lasereyess@users.noreply.github.com>2021-08-12 19:40:21 -0400
committerDudemanguy <random342@airmail.cc>2021-08-17 13:42:21 +0000
commit4c7d7a80016d3f5cde903043ed880cae386b80d3 (patch)
tree6efbdd291ce3a95d67f252fd6c9f726c92120125 /DOCS/waf-buildsystem.rst
parent9aa5cd6f45cef46bcb47ad60cb5066ed7bd61e1d (diff)
downloadmpv-4c7d7a80016d3f5cde903043ed880cae386b80d3.tar.bz2
mpv-4c7d7a80016d3f5cde903043ed880cae386b80d3.tar.xz
DOCS: replace dead waf book link with working one
Diffstat (limited to 'DOCS/waf-buildsystem.rst')
-rw-r--r--DOCS/waf-buildsystem.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst
index 6222c5d078..7949d09a37 100644
--- a/DOCS/waf-buildsystem.rst
+++ b/DOCS/waf-buildsystem.rst
@@ -46,7 +46,7 @@ mpv's custom configure step on top of waf
To some extents mpv has a custom build system written on top of waf. This
document will not go over the standard waf behaviour as that is documented in
-the `Waf book <http://docs.waf.googlecode.com/git/book_17/single.html>`_.
+the `Waf book <https://waf.io/book/>`_.
All of the configuration process is handled with a declarative approach. Lists
of dictionaries define the checks, and some custom Python code traverses these