Fixing the readme link

Fixes #502
This commit is contained in:
Nicolas Patry
2020-11-04 12:13:55 +01:00
committed by Anthony MOI
parent 5cccaefcee
commit 558f2d8779

View File

@ -70,8 +70,8 @@ print(output.tokens)
# ["Hello", ",", "y", "'", "all", "!", "How", "are", "you", "[UNK]", "?"]
```
Check the [python documentation](https://huggingface.co/tokenizers/python/latest/) or the
[python quicktour](https://huggingface.co/tokenizers/python/latest/quicktour.html) to learn more!
Check the [python documentation](https://huggingface.co/docs/tokenizers/python/latest) or the
[python quicktour](https://huggingface.co/docs/tokenizers/python/latest/quicktour.html) to learn more!
## Contributors