From 7b937adc523dbfbab4a0b0813737890cd624ed45 Mon Sep 17 00:00:00 2001
From: AtomicVar <guo@shuai.guru>
Date: Fri, 23 Feb 2024 00:26:54 +0800
Subject: [PATCH] Fix LlamaHub's link in SimpleDirectoryReader docs (#11284)

Update simpledirectoryreader.md
---
 docs/module_guides/loading/simpledirectoryreader.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/module_guides/loading/simpledirectoryreader.md b/docs/module_guides/loading/simpledirectoryreader.md
index 65dcb5e9f3..0679403352 100644
--- a/docs/module_guides/loading/simpledirectoryreader.md
+++ b/docs/module_guides/loading/simpledirectoryreader.md
@@ -1,6 +1,6 @@
 # SimpleDirectoryReader
 
-`SimpleDirectoryReader` is the simplest way to load data from local files into LlamaIndex. For production use cases it's more likely that you'll want to use one of the many Readers available on [LlamaHub](https://llamalab.com/hub), but `SimpleDirectoryReader` is a great way to get started.
+`SimpleDirectoryReader` is the simplest way to load data from local files into LlamaIndex. For production use cases it's more likely that you'll want to use one of the many Readers available on [LlamaHub](https://llamahub.ai/), but `SimpleDirectoryReader` is a great way to get started.
 
 ## Supported file types
 
-- 
GitLab