From cc8797b2da6b919c0ad755c370deab576a11c753 Mon Sep 17 00:00:00 2001
From: George He <georgewho96@gmail.com>
Date: Wed, 13 Nov 2024 18:07:51 -0800
Subject: [PATCH] Update broken notebook URLs (#16949)

---
 .../examples/property_graph/property_graph_advanced.ipynb     | 4 ++--
 docs/docs/examples/property_graph/property_graph_basic.ipynb  | 4 ++--
 .../examples/property_graph/property_graph_falkordb.ipynb     | 4 ++--
 docs/docs/examples/property_graph/property_graph_kuzu.ipynb   | 2 +-
 .../examples/property_graph/property_graph_memgraph.ipynb     | 2 +-
 docs/docs/examples/property_graph/property_graph_neo4j.ipynb  | 4 ++--
 docs/docs/examples/property_graph/property_graph_tidb.ipynb   | 2 +-
 docs/pyproject.toml                                           | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/docs/examples/property_graph/property_graph_advanced.ipynb b/docs/docs/examples/property_graph/property_graph_advanced.ipynb
index 1789190a4c..09fbb7b199 100644
--- a/docs/docs/examples/property_graph/property_graph_advanced.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_advanced.ipynb
@@ -339,7 +339,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For information on all `kg_extractors`, see [the documentation](../../module_guides/indexing/lpg_index_guide.md#construction)."
+    "For information on all `kg_extractors`, see [the documentation](/../../module_guides/indexing/lpg_index_guide#construction)."
    ]
   },
   {
@@ -455,7 +455,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For more info on all retrievers, see the [complete guide](../../module_guides/indexing/lpg_index_guide.md#retrieval-and-querying)."
+    "For more info on all retrievers, see the [complete guide](/../../module_guides/indexing/lpg_index_guide#retrieval-and-querying)."
    ]
   }
  ],
diff --git a/docs/docs/examples/property_graph/property_graph_basic.ipynb b/docs/docs/examples/property_graph/property_graph_basic.ipynb
index 8f616e7a6a..00330fba78 100644
--- a/docs/docs/examples/property_graph/property_graph_basic.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_basic.ipynb
@@ -195,7 +195,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For a full guide on all extractors, see the [detailed usage page](../../module_guides/indexing/lpg_index_guide.md#construction)."
+    "For a full guide on all extractors, see the [detailed usage page](/../../module_guides/indexing/lpg_index_guide#construction)."
    ]
   },
   {
@@ -294,7 +294,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For full details on customizing retrieval and querying, see [the docs page](../../module_guides/indexing/lpg_index_guide.md#retrieval-and-querying)."
+    "For full details on customizing retrieval and querying, see [the docs page](/../../module_guides/indexing/lpg_index_guide#retrieval-and-querying)."
    ]
   },
   {
diff --git a/docs/docs/examples/property_graph/property_graph_falkordb.ipynb b/docs/docs/examples/property_graph/property_graph_falkordb.ipynb
index 0515698667..ed21f1ed31 100644
--- a/docs/docs/examples/property_graph/property_graph_falkordb.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_falkordb.ipynb
@@ -241,7 +241,7 @@
     "\n",
     "If you have an existing graph (either created with LlamaIndex or otherwise), we can connect to and use it!\n",
     "\n",
-    "**NOTE:** If your graph was created outside of LlamaIndex, the most useful retrievers will be [text to cypher](../../module_guides/indexing/lpg_index_guide.md#texttocypherretriever) or [cypher templates](../../module_guides/indexing/lpg_index_guide.md#cyphertemplateretriever). Other retrievers rely on properties that LlamaIndex inserts."
+    "**NOTE:** If your graph was created outside of LlamaIndex, the most useful retrievers will be [text to cypher](/../../module_guides/indexing/lpg_index_guide#texttocypherretriever) or [cypher templates](/../../module_guides/indexing/lpg_index_guide#cyphertemplateretriever). Other retrievers rely on properties that LlamaIndex inserts."
    ]
   },
   {
@@ -309,7 +309,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](../../module_guides/indexing/lpg_index_guide.md)."
+    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](/../../module_guides/indexing/lpg_index_guide)."
    ]
   }
  ],
diff --git a/docs/docs/examples/property_graph/property_graph_kuzu.ipynb b/docs/docs/examples/property_graph/property_graph_kuzu.ipynb
index 47ecb197a8..a46a09376f 100644
--- a/docs/docs/examples/property_graph/property_graph_kuzu.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_kuzu.ipynb
@@ -423,7 +423,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](../../module_guides/indexing/lpg_index_guide.md)."
+    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](/../../module_guides/indexing/lpg_index_guide)."
    ]
   }
  ],
diff --git a/docs/docs/examples/property_graph/property_graph_memgraph.ipynb b/docs/docs/examples/property_graph/property_graph_memgraph.ipynb
index ccb6491e8f..41ae426ca6 100644
--- a/docs/docs/examples/property_graph/property_graph_memgraph.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_memgraph.ipynb
@@ -243,7 +243,7 @@
    "source": [
     "If you have an existing graph (either created with LlamaIndex or otherwise), we can connect to and use it!\n",
     "\n",
-    "**NOTE:** If your graph was created outside of LlamaIndex, the most useful retrievers will be [text to cypher](../../module_guides/indexing/lpg_index_guide.md#texttocypherretriever) or [cypher templates](../../module_guides/indexing/lpg_index_guide.md#cyphertemplateretriever). Other retrievers rely on properties that LlamaIndex inserts."
+    "**NOTE:** If your graph was created outside of LlamaIndex, the most useful retrievers will be [text to cypher](/../../module_guides/indexing/lpg_index_guide#texttocypherretriever) or [cypher templates](/../../module_guides/indexing/lpg_index_guide#cyphertemplateretriever). Other retrievers rely on properties that LlamaIndex inserts."
    ]
   },
   {
diff --git a/docs/docs/examples/property_graph/property_graph_neo4j.ipynb b/docs/docs/examples/property_graph/property_graph_neo4j.ipynb
index 34c4a2faae..0d442079da 100644
--- a/docs/docs/examples/property_graph/property_graph_neo4j.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_neo4j.ipynb
@@ -259,7 +259,7 @@
     "\n",
     "If you have an existing graph (either created with LlamaIndex or otherwise), we can connect to and use it!\n",
     "\n",
-    "**NOTE:** If your graph was created outside of LlamaIndex, the most useful retrievers will be [text to cypher](../../module_guides/indexing/lpg_index_guide.md#texttocypherretriever) or [cypher templates](../../module_guides/indexing/lpg_index_guide.md#cyphertemplateretriever). Other retrievers rely on properties that LlamaIndex inserts."
+    "**NOTE:** If your graph was created outside of LlamaIndex, the most useful retrievers will be [text to cypher](/../../module_guides/indexing/lpg_index_guide#texttocypherretriever) or [cypher templates](/../../module_guides/indexing/lpg_index_guide#cyphertemplateretriever). Other retrievers rely on properties that LlamaIndex inserts."
    ]
   },
   {
@@ -329,7 +329,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](../../module_guides/indexing/lpg_index_guide.md)."
+    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](/../../module_guides/indexing/lpg_index_guide)."
    ]
   }
  ],
diff --git a/docs/docs/examples/property_graph/property_graph_tidb.ipynb b/docs/docs/examples/property_graph/property_graph_tidb.ipynb
index 0f71c1578a..773b926a37 100644
--- a/docs/docs/examples/property_graph/property_graph_tidb.ipynb
+++ b/docs/docs/examples/property_graph/property_graph_tidb.ipynb
@@ -290,7 +290,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](../../module_guides/indexing/lpg_index_guide.md)."
+    "For full details on construction, retrieval, querying of a property graph, see the [full docs page](/../../module_guides/indexing/lpg_index_guide)."
    ]
   }
  ],
diff --git a/docs/pyproject.toml b/docs/pyproject.toml
index 9794aa7f7e..cab9afe6f0 100644
--- a/docs/pyproject.toml
+++ b/docs/pyproject.toml
@@ -5,7 +5,7 @@ requires = ["poetry-core"]
 [tool.poetry]
 authors = ["Laurie Voss <github@seldo.com>"]
 description = ""
-name = "scripts"
+name = "docs"
 readme = "README.md"
 version = "0.1.0"
 
-- 
GitLab