From 058cc3e809a94f70ab0aaef8d00eaf58ef3d89be Mon Sep 17 00:00:00 2001 From: Bhaskar Gupta <guptabhanu1999@gmail.com> Date: Thu, 29 Jun 2023 00:06:00 -0700 Subject: [PATCH] fixed links to dataloaders in contribution.md (#6636) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index caf8a9ad97..ad7bd974c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,9 +37,9 @@ A data loader ingests data of any format from anywhere into `Document` objects, **Examples**: -* [Google Sheets Loader](https://github.com/emptycrown/llama-hub/tree/main/loader_hub/google_sheets) -* [Gmail Loader](https://github.com/emptycrown/llama-hub/tree/main/loader_hub/gmail) -* [Github Repository Loader](https://github.com/emptycrown/llama-hub/tree/main/loader_hub/github_repo) +* [Google Sheets Loader](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/google_sheets) +* [Gmail Loader](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/gmail) +* [Github Repository Loader](https://github.com/emptycrown/llama-hub/tree/main/llama_hub/github_repo) Contributing a data loader is easy and super impactful for the community. The preferred way to contribute is making a PR at [LlamaHub Github](https://github.com/emptycrown/llama-hub). -- GitLab