From 54ffb89485d569e3f518fb87813ff696f3bd63d8 Mon Sep 17 00:00:00 2001 From: Aaron Jimenez <aaronjimv@gmail.com> Date: Wed, 21 Feb 2024 18:18:36 -0800 Subject: [PATCH] Update links in doc/ingestion_gdrive.ipynb (#11098) --- docs/examples/ingestion/ingestion_gdrive.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/ingestion/ingestion_gdrive.ipynb b/docs/examples/ingestion/ingestion_gdrive.ipynb index 2ffa1de5e3..e139b9f911 100644 --- a/docs/examples/ingestion/ingestion_gdrive.ipynb +++ b/docs/examples/ingestion/ingestion_gdrive.ipynb @@ -15,7 +15,7 @@ "\n", "We use the following [data source](https://drive.google.com/drive/folders/1RFhr3-KmOZCR5rtp4dlOMNl3LKe1kOA5?usp=sharing) - you will need to copy these files and upload them to your own Google Drive directory! \n", "\n", - "**NOTE**: You will also need to setup a service account and credentials.json. See our LlamaHub page for the Google Drive loader for more details: https://llamahub.ai/l/google_drive\n", + "**NOTE**: You will also need to setup a service account and credentials.json. See our LlamaHub page for the Google Drive loader for more details: https://llamahub.ai/l/readers/llama-index-readers-google?from=readers\n", "\n" ] }, @@ -191,9 +191,9 @@ "source": [ "## Load Initial Data\n", "\n", - "Here we load data from our [Google Drive Loader](https://llamahub.ai/l/google_drive) on LlamaHub. \n", + "Here we load data from our [Google Drive Loader](https://llamahub.ai/l/readers/llama-index-readers-google?from=readers) on LlamaHub. \n", "\n", - "The loaded docs are the header sections of our [Use Cases from our documentation](https://docs.llamaindex.ai/en/latest/use_cases/q_and_a.html)." + "The loaded docs are the header sections of our [Use Cases from our documentation](https://docs.llamaindex.ai/en/latest/use_cases/q_and_a/root.html)." ] }, { -- GitLab