diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,7 +69,7 @@ Licensed under the MIT license, see [`./LICENSE`](./LICENSE). [html5gum]: https://crates.io/crates/html5gum -[tokenization]: https://html.spec.whatwg.org/#tokenization +[tokenization]: https://html.spec.whatwg.org/multipage/parsing.html#tokenization [html5lib's tokenizer test suite]: https://github.com/html5lib/html5lib-tests/tree/master/tokenizer -[charset detection]: https://html.spec.whatwg.org/#determining-the-character-encoding -[misnested tags]: https://html.spec.whatwg.org/#an-introduction-to-error-handling-and-strange-cases-in-the-parser +[charset detection]: https://html.spec.whatwg.org/multipage/parsing.html#determining-the-character-encoding +[misnested tags]: https://html.spec.whatwg.org/multipage/parsing.html#an-introduction-to-error-handling-and-strange-cases-in-the-parser |