aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitus <tituswormer@gmail.com>2019-11-05 06:44:06 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-04 21:44:06 -0800
commit3b877eee794bad6e84f91e06d250c9bedb09941f (patch)
tree5cd899db091400d7c9921328b0e78d1456c7398f
parentdf9d8cd1fbf6da26ca7b57f394e850b53507efb1 (diff)
Fix link (#601)
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index e83a45f..8f9ac0b 100644
--- a/spec.txt
+++ b/spec.txt
@@ -642,7 +642,7 @@ using a Unicode character or an entity reference.
[Entity references](@) consist of `&` + any of the valid
HTML5 entity names + `;`. The
-document <https://html.spec.whatwg.org/multipage/entities.json>
+document <https://html.spec.whatwg.org/entities.json>
is used as an authoritative source for the valid entity
references and their corresponding code points.