diff --git a/docs/getting_started/starter_example.md b/docs/getting_started/starter_example.md
index ccae8c89ba148c6957d7962474c6d4ad8b8e7708..2738a6e437278aff66a0fb99b9cb030f7a37fba1 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