summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--specs.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/specs.toml b/specs.toml
index ca2a2ac..f939b98 100644
--- a/specs.toml
+++ b/specs.toml
@@ -132,7 +132,8 @@ PNG = "https://www.w3.org/TR/PNG/"
["Markup languages"]
XML = "https://www.w3.org/TR/xml11/"
-HTML = "https://html.spec.whatwg.org/"
+HTML = "https://html.spec.whatwg.org/multipage/"
+# TODO: also redirect subpaths for html e.g. /html/parsing -> /multi-page/parsing.html
MathML = "https://www.w3.org/TR/MathML3/"
SVG = "https://www.w3.org/TR/SVG11/"
CommonMark = "https://spec.commonmark.org/"