From bad6e03095b65032648f3719e2859864c700ce40 Mon Sep 17 00:00:00 2001
From: Laurie Voss <github@seldo.com>
Date: Mon, 27 Nov 2023 17:26:50 -0800
Subject: [PATCH] Update link to python docs

---
 apps/docs/docs/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/docs/docs/introduction.md b/apps/docs/docs/introduction.md
index 5dc61843c..1577dcbc6 100644
--- a/apps/docs/docs/introduction.md
+++ b/apps/docs/docs/introduction.md
@@ -5,7 +5,7 @@ slug: /
 
 # What is LlamaIndex.TS?
 
-LlamaIndex.TS is a data framework for LLM applications to ingest, structure, and access private or domain-specific data. While a python package is also available (see [here](https://gpt-index.readthedocs.io/en/latest/)), LlamaIndex.TS offers core features in a simple package, optimized for usage with TypeScript.
+LlamaIndex.TS is a data framework for LLM applications to ingest, structure, and access private or domain-specific data. While a python package is also available (see [here](https://docs.llamaindex.ai/en/stable/)), LlamaIndex.TS offers core features in a simple package, optimized for usage with TypeScript.
 
 ## 🚀 Why LlamaIndex.TS?
 
-- 
GitLab