From 24e2200a1b6d9c373d8f4833900d13dddf4b4b65 Mon Sep 17 00:00:00 2001 From: Angel Luis Jimenez Martinez <soyangel@gmail.com> Date: Wed, 10 Jan 2024 19:51:04 +0100 Subject: [PATCH] Fix link to Paul Graham's essay on Starter Tutorial (#9963) --- docs/getting_started/starter_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/starter_example.md b/docs/getting_started/starter_example.md index ccae8c89ba..2738a6e437 100644 --- a/docs/getting_started/starter_example.md +++ b/docs/getting_started/starter_example.md @@ -10,7 +10,7 @@ This is our famous "5 lines of code" starter example. This example uses the text of Paul Graham's essay, ["What I Worked On"](http://paulgraham.com/worked.html). This and many other examples can be found in the `examples` folder of our repo. -The easiest way to get it is to [download it via this link](https://raw.githubusercontent.com/run-llama/llama_index/main/examples/paul_graham_essay/data/paul_graham_essay.txt) and save it in a folder called `data`. +The easiest way to get it is to [download it via this link](https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/paul_graham/paul_graham_essay.txt) and save it in a folder called `data`. ## Set your OpenAI API key -- GitLab