diff --git a/langchain-experiments/compare-models.ipynb b/langchain-experiments/compare-models.ipynb
index f9ebba8b8464d64d41c9f338837094e51c1685e2..3e9f2dde7999a38bccde4cf79c2d697e24a11520 100644
--- a/langchain-experiments/compare-models.ipynb
+++ b/langchain-experiments/compare-models.ipynb
@@ -5,7 +5,7 @@
    "source": [
     "# Comparing OpenAI and open LLMs\n",
     "\n",
-    "Using the [text-only content of the website of the journal AUR - Agrar- und Umweltrecht](langchain-experiments/data/input/journal-website.txt), \n",
+    "Using the [text-only content of the website of the journal AUR - Agrar- und Umweltrecht](data/input/journal-website.txt), \n",
     "we compare the performance of GPT-4, GPT-3.5-turbo and Models available on Huggingface.\n",
     "\n",
     "## Preparation\n",