run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
33.39k stars 4.68k forks source link

[Documentation]: The llamaindex.ai page directs to 404 Not Found Page for Examples #14447

Open abdul-1996 opened 1 week ago

abdul-1996 commented 1 week ago

Documentation Issue Description

llamaindex.ai currently directs to: https://github.com/jerryjliu/llama_index/blob/main/examples/

But the location examples seems to be changed and new location is: https://github.com/run-llama/llama_index/tree/main/docs/docs/examples

Documentation Link

https://github.com/jerryjliu/llama_index/blob/main/examples/

dosubot[bot] commented 1 week ago

Hello @abdul-1996! 👋 I'm here to help you with bugs, questions, and becoming a contributor. Let's crack this code conundrum together!

To update the broken link on llamaindex.ai that directs to the examples in the documentation, you should change the link from:

https://github.com/jerryjliu/llama_index/blob/main/examples/

to:

https://github.com/run-llama/llama_index/tree/main/docs/docs/examples

To continue talking to Dosu, mention @dosu.

logan-markewich commented 1 week ago

I'm kind of lost, where is this linked from? What page?

abdul-1996 commented 1 week ago

@logan-markewich, Sorry I should have been more clear,

on this documentation page, under Guides section for the topic Queries Over Structured Data the hyperlinks for Notebooks are broken and as mentioned the correct link should be https://github.com/run-llama/llama_index/tree/main/docs/docs/examples