Closed
Description
As already mentioned in #289 the links to tokenizer.py and sanitizer.py are broken in https://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 to https://github.com/html5lib/html5lib-python/blob/master/html5lib/_tokenizer.py and https://github.com/html5lib/html5lib-python/blob/master/html5lib/filters/sanitizer.py respectively.