From 8118a45ea86f0dd391e4838e5423d67849c34955 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fernando=20Su=C3=A1rez=20Jim=C3=A9nez?= <fsuarezj@gmail.com>
Date: Sun, 18 Feb 2024 03:14:43 +0300
Subject: [PATCH] Update prompts.rst (#10931)

---
 docs/api_reference/prompts.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/api_reference/prompts.rst b/docs/api_reference/prompts.rst
index 233a9a7fe..6e1c3a196 100644
--- a/docs/api_reference/prompts.rst
+++ b/docs/api_reference/prompts.rst
@@ -13,9 +13,9 @@ Default Prompts
 ^^^^^^^^^^^^^^^^^
 
 
-* `Completion prompt templates <https://github.com/jerryjliu/llama_index/blob/main/llama_index/prompts/default_prompts.py>`_.
-* `Chat prompt templates <https://github.com/jerryjliu/llama_index/blob/main/llama_index/prompts/chat_prompts.py>`_.
-* `Selector prompt templates <https://github.com/jerryjliu/llama_index/blob/main/llama_index/prompts/default_prompt_selectors.py>`_.
+* `Completion prompt templates <https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/prompts/default_prompts.py>`_.
+* `Chat prompt templates <https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/prompts/chat_prompts.py>`_.
+* `Selector prompt templates <https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/prompts/default_prompt_selectors.py>`_.
 
 
 
-- 
GitLab