diff options
author | Titus <tituswormer@gmail.com> | 2019-11-05 06:44:06 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-04 21:44:06 -0800 |
commit | 3b877eee794bad6e84f91e06d250c9bedb09941f (patch) | |
tree | 5cd899db091400d7c9921328b0e78d1456c7398f | |
parent | df9d8cd1fbf6da26ca7b57f394e850b53507efb1 (diff) |
Fix link (#601)
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |