diff --git a/docs/module_guides/loading/simpledirectoryreader.md b/docs/module_guides/loading/simpledirectoryreader.md index 65dcb5e9f3d53bb07f7e535aa5cacb689ae090e5..067940335240fa642d13c09656eae6d4eeaaeebd 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