diff --git a/docs/api_reference/prompts.rst b/docs/api_reference/prompts.rst
index 233a9a7fe0767f8bd68240715c3aa74611382bda..6e1c3a1969e4ec4ed106f9df8b0ed1ef3ade1021 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>`_.