From e73c31aa950a7de0168b4326bbf839aa9db3a436 Mon Sep 17 00:00:00 2001 From: Kartheek Yakkala <yakkalakartheek@gmail.com> Date: Thu, 4 Jan 2024 21:35:10 -0600 Subject: [PATCH] Documentation fixes (#9849) --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- docs/DOCS_README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559689c7c..421b13bde 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 5e775c0a2..19d16f227 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 8b564e4e3..3e9faa1e1 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 -- GitLab