From 329d3ebb2eaf5db65ab498736f1ff6789d33b878 Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Wed, 31 Jul 2024 00:01:59 +1000 Subject: [PATCH] docs(python): Fix Hugging Face link --- docs/user-guide/io/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/io/index.md b/docs/user-guide/io/index.md index 75cac3f47a5e..042561d284dc 100644 --- a/docs/user-guide/io/index.md +++ b/docs/user-guide/io/index.md @@ -11,4 +11,4 @@ Reading and writing your data is crucial for a DataFrame library. In this chapte - [Database](database.md) - [Cloud storage](cloud-storage.md) - [Google Big Query](bigquery.md) -- [Hugging Face][hugging-face.md] +- [Hugging Face](hugging-face.md)