From 03cda26d851e364b1d5874527ef70ca627cd10e7 Mon Sep 17 00:00:00 2001 From: brandenchan Date: Mon, 15 Feb 2021 10:45:27 +0100 Subject: [PATCH] Fix link in Tutorial 8 --- tutorials/Tutorial8_Preprocessing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Tutorial8_Preprocessing.ipynb b/tutorials/Tutorial8_Preprocessing.ipynb index 70d4533cb..faed2d773 100644 --- a/tutorials/Tutorial8_Preprocessing.ipynb +++ b/tutorials/Tutorial8_Preprocessing.ipynb @@ -5,7 +5,7 @@ "source": [ "# Preprocessing\n", "\n", - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack/blob/master/tutorials/Tutorial9_DPR_training.ipynb)\n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack/blob/master/tutorials/Tutorial8_Preprocessing.ipynb)\n", "\n", "Haystack includes a suite of tools to extract text from different file types, normalize white space\n", "and split text into smaller pieces to optimize retrieval.\n",