diff --git a/docs/examples/ingestion/ingestion_gdrive.ipynb b/docs/examples/ingestion/ingestion_gdrive.ipynb
index 2ffa1de5e394e2ae7213680baeb8836b3cd70f8d..e139b9f911fc7cd78f4f28d99d2da1377bb2c210 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)."
    ]
   },
   {