- Notifications
You must be signed in to change notification settings - Fork294
Closed
Labels
Milestone
Description
As already mentioned in#289 the links to tokenizer.py and sanitizer.py are broken inhttps://github.com/html5lib/html5lib-python/blob/1a28d721091a2c433c6e8471d14cbb75afd70d1c/doc/movingparts.rst#htmltokenizer
Instead of<https://github.com/html5lib/html5lib-python/blob/master/html5lib/tokenizer.py>
and<https://github.com/html5lib/html5lib-python/blob/master/html5lib/sanitizer.py>
they should point tohttps://github.com/html5lib/html5lib-python/blob/master/html5lib/_tokenizer.py andhttps://github.com/html5lib/html5lib-python/blob/master/html5lib/filters/sanitizer.py respectively.