diff --git a/CHANGELOG.md b/CHANGELOG.md
index 559689c7ca760970cce7c2cd5cffc371ddb8e034..421b13bdea8ef7fcbad82a5c0353c5e4dfcc15a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1073,7 +1073,7 @@
 ### Breaking Changes
 
 - Update milvus vector store to support filters and dynamic schemas (#7286)
-  - See the [updated notebook](https://gpt-index.readthedocs.io/en/stable/examples/vector_stores/MilvusIndexDemo.html) for usage
+  - See the [updated notebook](https://docs.llamaindex.ai/en/stable/examples/vector_stores/MilvusIndexDemo.html) for usage
 - Added NLTK to core dependencies to support the default sentence splitter (#7606)
 
 ## [0.8.22] - 2023-09-07
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e775c0a2dd71cbf5735094621bff4978229a9bc..19d16f2270b39e178cb5ce7fdca6a87690e5c560 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,7 +71,7 @@ It is responsible for splitting text (via text splitters) and explicitly modelli
 
 - [Simple Node Parser](https://github.com/jerryjliu/llama_index/blob/main/llama_index/node_parser/simple.py)
 
-See [the API reference](https://gpt-index.readthedocs.io/en/latest/api_reference/index.html) for full details.
+See [the API reference](https://docs.llamaindex.ai/en/latest/api_reference/index.html) for full details.
 
 **Ideas**:
 
diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md
index 8b564e4e3e75c7acd9b0d19f56de8486e05edb81..3e9faa1e102968ff4be9a6ccbd0307165ffad31a 100644
--- a/docs/DOCS_README.md
+++ b/docs/DOCS_README.md
@@ -3,7 +3,7 @@
 ## A guide for docs contributors
 
 The `docs` directory contains the sphinx source text for LlamaIndex docs, visit
-https://gpt-index.readthedocs.io/ to read the full documentation.
+https://docs.llamaindex.ai/en/stable/ to read the full documentation.
 
 This guide is made for anyone who's interested in running LlamaIndex documentation locally,
 making changes to it and make contributions. LlamaIndex is made by the thriving community