From c14f3234eb3ffd88c5f6dfc0a81918f7759cbdde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E5=B2=9A?= <155608604+xiaoyaoqilan@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:17:40 +0800 Subject: [PATCH] [BUG] | The docs listing page for tokenizers is throwing 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8258e75346..e3bbdc949f 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,5 @@ print(output.tokens) # ["Hello", ",", "y", "'", "all", "!", "How", "are", "you", "[UNK]", "?"] ``` -Check the [documentation](https://huggingface.co/docs/tokenizers/index) +Check the [documentation](404 Not Found) or the [quicktour](https://huggingface.co/docs/tokenizers/quicktour) to learn more!